Unit Test (#12)

* annoying tests..

* update test

* udpate

* update the tests
This commit is contained in:
Eugene
2024-02-28 17:22:13 -08:00
committed by GitHub
parent 57dd0cd8d8
commit 69180bebd9
6 changed files with 264 additions and 7 deletions
+6 -7
View File
@@ -41,17 +41,17 @@ jobs:
- name: Lint
id: npm-lint
run: npm run lint
# - name: Test
# id: npm-ci-test
# run: npm run ci-test
- name: Test
id: npm-ci-test
run: npm run ci-test
test-attest-sbom-with-local-sbom-file:
name: Test attest-sbom action with local sbom file
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
id-token: write
packages: write
steps:
- name: Checkout
@@ -71,9 +71,8 @@ jobs:
name: Test attest-sbom action
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
id-token: write
packages: write
steps:
- name: Checkout