Skip to content

3.0.0-rc-1

3.0.0-rc-1 #404

name: integration-tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.15.0]
environment: [build]
steps:
- uses: actions/checkout@v3
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm install
- name: Lint solution
run: npm run lint
- name: Build solution
run: npm run build
- name: Start ganache and test integration
run: npm run test-ci
with:

Check failure on line 36 in .github/workflows/integration-tests.yml

View workflow run for this annotation

GitHub Actions / integration-tests

Invalid workflow file

The workflow is not valid. .github/workflows/integration-tests.yml (Line: 36, Col: 9): Unexpected value 'with'
CI_MNEMONIC: ${{ secrets.CI_MNEMONIC }}
env:
CI: true
CI_MNEMONIC: ${{ secrets.CI_MNEMONIC }}