Skip to content

Issue#Action Cats - Sleepy cat #2151

Issue#Action Cats - Sleepy cat

Issue#Action Cats - Sleepy cat #2151

name: Integration Tests
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
test:
if: ${{ github.repository == 'ProgramEquity/amplify' }}
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check out repo
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Setup node
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
with:
node-version-file: '.node-version'
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
uses: hashicorp/vault-action@v2.4.0
with:

Check failure on line 35 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: 35, Col: 14): Unexpected value '' .github/workflows/integration-tests.yaml (Line: 36, Col: 9): Unexpected value 'url'
url: https://vault-public-vault-22deb760.8ee49bbe.z1.hashicorp.cloud:8200
role: demo
method: jwt
namespace: "admin/user5"