Skip to content

chore(deps): bump actions/checkout from 4 to 6 #11

chore(deps): bump actions/checkout from 4 to 6

chore(deps): bump actions/checkout from 4 to 6 #11

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
# Cancel in-progress runs for the same branch/PR when a new commit is pushed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v6
- name: build and test
run: docker compose run --rm app npm test