Skip to content

Commit 123eb10

Browse files
PauloGoncalvesBHPaulo Gonçalves
authored andcommitted
ci: remover execução de teste que não está containerizado
1 parent 7cbdd6c commit 123eb10

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -44,31 +44,6 @@ jobs:
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

0 commit comments

Comments
 (0)