Skip to content

chore(build): add test ci #3

chore(build): add test ci

chore(build): add test ci #3

Workflow file for this run

name: test
on:
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: checkout
uses: actions/checkout@v4
- name: test
uses: "./"
with:
token: "${{ secrets.GITHUB_TOKEN }}"
context: ./testdata
file: ./testdata/Dockerfile