Skip to content

Commit

Permalink
chore: success with test window check workflow! now optimizing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler committed May 19, 2024
1 parent 11ea188 commit 3813f37
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-windows-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ jobs:
uses: hishamhm/gh-actions-lua@master
with:
luaVersion: 5.4
buildCache: false
buildCache: false # required for now, need to delete cache somehow?

- name: Setup LuaRocks
uses: hishamhm/gh-actions-luarocks@master
with:
luarocksVersion: "3.11.0"

- name: Build fenster
run: luarocks make

- name: Run a basic test
run: lua -e "local fenster = require('fenster');print(fenster.time())"
run: luarocks test -- --verbose --output TAP --exclude-tags needsdisplay

0 comments on commit 3813f37

Please sign in to comment.