Skip to content

Commit

Permalink
test(cargo): add GitHub Actions job to test cargo package
Browse files Browse the repository at this point in the history
  • Loading branch information
hituzi-no-sippo committed Nov 20, 2023
1 parent 4469be8 commit d8bde91
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/wc-test-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: test-docker
on: workflow_call
jobs:
test-docker:
github-rerealse:
runs-on: ubuntu-latest
permissions: {}
steps:
Expand All @@ -14,3 +14,15 @@ jobs:
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: cmdx t suzuki-shunsuke/mkghtag
cargo:
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0
with:
aqua_version: v2.18.0
policy_allow: "true"
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: cmdx t bensadeh/tailspin/

0 comments on commit d8bde91

Please sign in to comment.