Skip to content

Commit b6762a1

Browse files
authored
Fix Linux test job keys
1 parent 21628b8 commit b6762a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ jobs:
176176
name: macos-hello.wasm
177177
path: hello.wasm
178178

179-
ubuntu_18.04_smoke_test:
179+
ubuntu_1804_smoke_test:
180180
name: Run smoke tests on Linux
181181
runs-on: ubuntu-18.04
182-
needs: ubuntu_18.04_build
182+
needs: ubuntu_1804_build
183183
steps:
184184
- name: Download installable Linux archive
185185
uses: actions/download-artifact@v1

0 commit comments

Comments
 (0)