We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011e37f commit 2e305f9Copy full SHA for 2e305f9
.github/workflows/gstest.yml
@@ -43,9 +43,6 @@ jobs:
43
pip install -U turbowarp-cli
44
pip install -U inflator
45
46
- - name: Install playwright
47
- uses: docker://mcr.microsoft.com/playwright:v1.55.0-noble
48
-
49
- name: Inflate
50
run: |
51
ls -l
@@ -55,13 +52,16 @@ jobs:
55
52
inflate install -r inflator.toml # inflate test dependencies, e.g. assert
56
53
inflate
57
54
+
58
- name: Build
59
60
cd test
61
goboscript build
62
63
- - name: Test with tw-cli
64
- run: |
65
- cd test
66
- ls -l
67
- twcli run ./test.sb3 -R
+ - name: Run with playwright
+ uses: docker://mcr.microsoft.com/playwright:v1.55.0-noble
+ with:
+ run: |
+ cd test
+ ls -l
+ twcli run ./test.sb3 -R
0 commit comments