Skip to content

fix: add asset id as outputs.id to action #4

fix: add asset id as outputs.id to action

fix: add asset id as outputs.id to action #4

Workflow file for this run

name: "Tests"
on:
pull_request:
push:
branches: # array of glob patterns matching against refs/heads. Optional; defaults to all
- main # triggers on pushes that contain changes in main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test