Skip to content

Commit e07291f

Browse files
fix integration test job
1 parent 15f2d8b commit e07291f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
bin/dockerized --shell $COMMAND -c 'echo $HOST_HOSTNAME' | tee ~/shell.log
2828
grep $(hostname) ~/shell.log
2929
IntegrationTest:
30-
runson: ubuntu-latest
30+
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/setup-go@v2
3333
with:

0 commit comments

Comments
 (0)