File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v1
1111
1212 - name : test server
13- run : docker- compose -f docker-compose.test.yml up --exit-code-from pict_api_test
13+ run : docker compose -f docker-compose.test.yml up --exit-code-from pict_api_test
1414
1515 frontend_test :
1616 runs-on : ubuntu-latest
2323 with :
2424 node-version : ' 12.13.1'
2525
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-
3626 - name : build frontend
3727 run : |
3828 cd frontend
Original file line number Diff line number Diff line change 55 "scripts" : {
66 "dev" : " next dev" ,
77 "build" : " next build" ,
8- "start" : " next start" ,
9- "export" : " next build && next export"
8+ "start" : " next start"
109 },
1110 "dependencies" : {
1211 "@emotion/react" : " ^11.14.0" ,
You can’t perform that action at this time.
0 commit comments