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 896a19d commit 0c2cabeCopy full SHA for 0c2cabe
1 file changed
.github/workflows/nodejs.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v1
11
12
- name: test server
13
- run: docker-compose -f docker-compose.test.yml up --exit-code-from pict_api_test
+ run: docker compose -f docker-compose.test.yml up --exit-code-from pict_api_test
14
15
frontend_test:
16
runs-on: ubuntu-latest
@@ -23,16 +23,6 @@ jobs:
23
with:
24
node-version: '12.13.1'
25
26
- - name: Cache node modules
27
- uses: actions/cache@v1
28
- with:
29
- path: web/node_modules
30
- key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}
31
- restore-keys: |
32
- ${{ runner.OS }}-build-${{ env.cache-name }}-
33
- ${{ runner.OS }}-build-
34
- ${{ runner.OS }}-
35
-
36
- name: build frontend
37
run: |
38
cd frontend
0 commit comments