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 3404655 commit 2085002
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: forge tag .
run: git symbolic-ref -q HEAD || echo "Detached HEAD"
# - name: Discovery
# id: discovery
# uses: ./forge/actions/discovery
Expand Down

0 comments on commit 2085002

Please sign in to comment.