We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0e169 commit 5fe0751Copy full SHA for 5fe0751
.github/workflows/test-build-workflow.yml
@@ -3,9 +3,8 @@ on:
3
4
jobs:
5
job1:
6
- runs-on: ubuntu-latest
7
-
8
- steps:
+ runs-on: ubuntu-latest
+ steps:
9
- uses: actions/checkout@v3
10
- run: npm i
11
- run: npm run build
0 commit comments