Skip to content

Bump joi from 17.11.0 to 17.12.2 #48

Bump joi from 17.11.0 to 17.12.2

Bump joi from 17.11.0 to 17.12.2 #48

name: Integration Tests
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:

Check failure on line 11 in .github/workflows/integration-tests.yaml

View workflow run for this annotation

GitHub Actions / Integration Tests

Invalid workflow file

The workflow is not valid. .github/workflows/integration-tests.yaml (Line: 11, Col: 14): Unexpected value ''
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Start docker containers
run: docker compose up -d --build
- name: Install dependencies
run: npm install
- name: Install integration test dependencies
run: cd tests/integrations && npm install && npm run build && cp -R scenarios/tests build/scenarios/tests && ls -all
- run: npm ci
- name: Testing all scenarions
run: npm run test