We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ccd8e commit 42c8fe0Copy full SHA for 42c8fe0
1 file changed
.github/workflows/egg.yml
@@ -2,9 +2,11 @@ on: push
2
3
jobs:
4
job1:
5
+ runs-on: ubuntu-latest
6
steps:
7
- run: pwd
8
- run: ls
9
job2:
10
+ runs-on: windows-latest
11
12
- run: node --version
0 commit comments