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 3a0765c commit 1071ce6Copy full SHA for 1071ce6
.github/workflows/ci-develop-next-main.yml
@@ -8,8 +8,14 @@ on:
8
9
jobs:
10
run_lint:
11
- uses: ./.github/workflows/w-run-linters.yml
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ - uses: ./.github/workflows/w-run-linters.yml
15
run_test:
16
if: ${{ success() }}
- uses: ./.github/workflows/w-run-tests.yml
17
18
19
20
+ - uses: ./.github/workflows/w-run-tests.yml
21
needs: [ run_lint ]
.github/workflows/w-install-dependencies.yml
@@ -6,7 +6,6 @@ jobs:
6
name: Installing yarn dependencies of the project
7
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- name: Install yarn dependencies
run: |
cd template
0 commit comments