Skip to content

Commit

Permalink
updates ci yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Dec 4, 2023
1 parent 7ec594e commit 59375ce
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ jobs:
id: checkout
uses: actions/checkout@v4

- name: Test Local Action
id: test-action
- name: Test Local Action with Latest version
id: test-action-latest
uses: ./
with:
milliseconds: 2000
version: latest

- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"
- name: Test Local Action with specific version
id: test-action-specific
uses: ./
with:
version: v0.0.18

0 comments on commit 59375ce

Please sign in to comment.