We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e1d3ad + bd7fe9d commit cdc4642Copy full SHA for cdc4642
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
packages: write
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- name: Set Release Info
19
uses: cuchi/[email protected]
.github/workflows/unit-tests.yml
@@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
20
21
- name: Run Unit Tests
22
run: ./amper test
0 commit comments