mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
chore(ci): remove container for intg tests
This commit is contained in:
parent
851693a966
commit
16e2e20f38
5
.github/workflows/checks.yml
vendored
5
.github/workflows/checks.yml
vendored
@ -63,15 +63,10 @@ jobs:
|
||||
test-integration:
|
||||
name: Integration Tests
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: node:18-alpine3.16
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
cache: npm
|
||||
- name: Install package dependencies
|
||||
run: npm ci
|
||||
- name: Run integration tests
|
||||
run: npm run docker:test:integration
|
||||
|
Loading…
x
Reference in New Issue
Block a user