mirror of
https://github.com/Cameri/nostream.git
synced 2025-08-08 12:11:50 +02:00
chore(ci): remove container for intg tests
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user