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 9fa2e03
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test-windows-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,16 @@ jobs:
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0

- name: Setup Lua
uses: hishamhm/gh-actions-lua@master
uses: leafo/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 -- --exclude-tags needsdisplay --verbose --output TAP

0 comments on commit 9fa2e03

Please sign in to comment.