Skip to content

Commit

Permalink
Revert testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Dec 12, 2024
1 parent 34a504b commit 49c51ca
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@ jobs:
with:
persist-credentials: false

- name: Set Version
id: get_version
run: echo "VERSION=${REF_NAME#3}" >> $GITHUB_OUTPUT
env:
REF_NAME: ${{ github.ref_name }}

- name: Echo test
run: |
echo "${{ steps.get_version.outputs.VERSION }}"
- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 49c51ca

Please sign in to comment.