We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2477b06 commit 81606c4Copy full SHA for 81606c4
.github/workflows/deploy-production.yml
@@ -11,22 +11,9 @@ env:
11
concurrency: production-environment
12
13
jobs:
14
- test:
15
- runs-on: ubuntu-latest
16
- steps:
17
- - uses: actions/checkout@v2
18
- - name: Use Node.js
19
- uses: actions/setup-node@v2
20
- with:
21
- node-version: 14.x
22
- - uses: c-hive/gha-yarn-cache@v1
23
- - run: yarn install --silent
24
- - run: yarn test
25
-
26
build-and-deploy:
27
name: Build and deploy
28
runs-on: ubuntu-latest
29
- needs: test
30
environment: production
31
steps:
32
- uses: actions/checkout@v2
0 commit comments