Skip to content

Commit 2e305f9

Browse files
authored
Update gstest.yml
1 parent 011e37f commit 2e305f9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/gstest.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
pip install -U turbowarp-cli
4444
pip install -U inflator
4545
46-
- name: Install playwright
47-
uses: docker://mcr.microsoft.com/playwright:v1.55.0-noble
48-
4946
- name: Inflate
5047
run: |
5148
ls -l
@@ -55,13 +52,16 @@ jobs:
5552
inflate install -r inflator.toml # inflate test dependencies, e.g. assert
5653
inflate
5754
55+
5856
- name: Build
5957
run: |
6058
cd test
6159
goboscript build
6260
63-
- name: Test with tw-cli
64-
run: |
65-
cd test
66-
ls -l
67-
twcli run ./test.sb3 -R
61+
- name: Run with playwright
62+
uses: docker://mcr.microsoft.com/playwright:v1.55.0-noble
63+
with:
64+
run: |
65+
cd test
66+
ls -l
67+
twcli run ./test.sb3 -R

0 commit comments

Comments
 (0)