Skip to content

Commit

Permalink
test: debug gitlab tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrom089 committed Jan 10, 2025
1 parent b20746c commit d7cdd36
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 @@ -25,7 +25,7 @@ jobs:
terraform_wrapper: false

- name: Test with coverage
run: go test -parallel 20 -timeout 30m -coverprofile=coverage.txt -coverpkg=./... ./...
run: go test -parallel 20 -timeout 30m -run "TestVCSIntegration/spacelift_stack/change_ID/gitlab-with-changing-vcs-id-" -coverprofile=coverage.txt -coverpkg=./... ./...
env:
SPACELIFT_API_KEY_ENDPOINT: ${{ vars.preprod_SPACELIFT_API_KEY_ENDPOINT }}
SPACELIFT_API_KEY_ID: ${{ secrets.PREPROD_SPACELIFT_API_KEY_ID }}
Expand Down

0 comments on commit d7cdd36

Please sign in to comment.