Skip to content

Commit 228dff0

Browse files
authored
Update gstest.yml
1 parent 2e305f9 commit 228dff0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/gstest.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ jobs:
5757
run: |
5858
cd test
5959
goboscript build
60-
60+
6161
- name: Run with playwright
62-
uses: docker://mcr.microsoft.com/playwright:v1.55.0-noble
62+
uses: addnab/docker-run-action@v3
6363
with:
64-
run: |
65-
cd test
66-
ls -l
67-
twcli run ./test.sb3 -R
64+
image: mcr.microsoft.com/playwright:v1.55.0-noble
65+
run: |
66+
cd test
67+
ls -l
68+
twcli run ./test.sb3 -R

0 commit comments

Comments
 (0)