File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 4444 uses : actions/checkout@v2
4545 - run : docker run --rm -i hadolint/hadolint < Dockerfile
4646
47- # será removido em breve, quando hospedagem da página serverest.dev for migrado para outro provedor que utiliza docker
48- test-api-obsolete :
49-
50- runs-on : ${{ matrix.os }}
51-
52- strategy :
53- fail-fast : false
54- matrix :
55- node-version : [12.x, 14.x]
56- os : [ubuntu-18.04, ubuntu-20.04, windows-latest]
57-
58- steps :
59- - name : Project checkout
60- uses : actions/checkout@v2
61- - name : Use Node.js ${{ matrix.node-version }}
62- uses : actions/setup-node@v2
63- with :
64- node-version : ${{ matrix.node-version }}
65- - name : Installation of Node.js dependencies
66- run : npm ci
67- - name : API Test
68- run : npm test
69- env :
70- NODE_ENV : serverest-test
71-
7247 test-unit :
7348
7449 runs-on : ubuntu-18.04
You can’t perform that action at this time.
0 commit comments