Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelButuzov authored Jan 31, 2024
1 parent a72269b commit 12d96a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Setup environment
run: |
go get github.com/testit-tms/adapters-go/pkg/tms@${{ GITHUB_HEAD_REF }}
go get github.com/testit-tms/adapters-go/pkg/tms@${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
dotnet build --configuration Release --property WarningLevel=0 api-validator-dotnet
pip install testit-cli
- name: Create TestRun
Expand Down

0 comments on commit 12d96a1

Please sign in to comment.