Skip to content

Bump caniuse-lite from 1.0.30001547 to 1.0.30001576 #143

Bump caniuse-lite from 1.0.30001547 to 1.0.30001576

Bump caniuse-lite from 1.0.30001547 to 1.0.30001576 #143

Workflow file for this run

name: "units-test"
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
env:
AWS_REGION: "eu-west-1"
AWS_ACCESS_KEY_ID: "DUMMY"
AWS_SECRET_ACCESS_KEY: "dummy"
with:
target-id: 'i-1234'
continue-on-error: true