Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 10, 2024
1 parent c24d08c commit d4e1697
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
result: ${{ steps.discovery.outputs.result }}
steps:
- uses: actions/checkout@v4
# - name: Setup
# uses: ./forge/actions/setup
# with:
# forge_version: ${{ inputs.forge_version }}
- name: Setup
uses: ./forge/actions/setup
with:
forge_version: ${{ inputs.forge_version }}
- name: Testing
run: git symbolic-ref -q HEAD || echo "Detached HEAD"
run: forge tag .
# - name: Discovery
# id: discovery
# uses: ./forge/actions/discovery
Expand Down

0 comments on commit d4e1697

Please sign in to comment.