Skip to content

Commit

Permalink
Pin test-suite to fix failing CI runs
Browse files Browse the repository at this point in the history
The newest test-suite have new npm tests that were not yet implemented
in packageurl-go. We will have to add the missing implementation first.

This commit attempts to unblock all CI runs and unblock development.
  • Loading branch information
shibumi committed Dec 15, 2024
1 parent 7cb81af commit 1a81412
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Download test data
run: curl -L https://raw.githubusercontent.com/package-url/purl-spec/master/test-suite-data.json -o testdata/test-suite-data.json
# TODO(@shibumi): Remove pinned version and reset to master, once the failing npm test-cases got fixed.
run: curl -L https://raw.githubusercontent.com/package-url/purl-spec/0dd92f26f8bb11956ffdf5e8acfcee71e8560407/test-suite-data.json -o testdata/test-suite-data.json
- name: Test go fmt
run: test -z $(go fmt ./...)
- name: Golangci-lint
Expand Down

0 comments on commit 1a81412

Please sign in to comment.