Skip to content

Commit

Permalink
Create setup job to set dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Oct 1, 2024
1 parent 5aaba99 commit 7c824cb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,17 @@ jobs:
runs-on: ubuntu-latest
needs: [ setup ]
steps:
- name: Do something
run:
exit 27

- name: Setup Kosli cli
if: "(success() || failure())"
uses: kosli-dev/setup-cli-action@v2
with:
version:
${{ env.KOSLI_CLI_VERSION }}

- name: Do something
run:
echo Doing something...
exit 27

- name: When on master, attest result to Kosli
if: "(success() || failure())"
env:
Expand Down

0 comments on commit 7c824cb

Please sign in to comment.