mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CICD: Provide the correct GitHub action contexts (#2842)
This commit is contained in:
committed by
GitHub
parent
998c32ec5c
commit
dbbc9e52a9
4
.github/workflows/pr_test.yml
vendored
4
.github/workflows/pr_test.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v4.3.1
|
||||
with:
|
||||
name: unit-tests
|
||||
path: $TEST_RESULTS
|
||||
path: ${{ env.TEST_RESULTS }}
|
||||
|
||||
# Stringer is needed because .goreleaser includes "go generate ./..."
|
||||
- name: Install stringer
|
||||
@ -204,4 +204,4 @@ jobs:
|
||||
- uses: actions/upload-artifact@v4.3.1
|
||||
with:
|
||||
name: integration-tests-${{ matrix.provider }}
|
||||
path: $TEST_RESULTS
|
||||
path: ${{ env.TEST_RESULTS }}
|
||||
|
Reference in New Issue
Block a user