enable unit tests in CI (#15)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
@@ -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:
|
||||
name: Test attest action
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
id-token: write
|
||||
packages: write
|
||||
env:
|
||||
SUBJECT: /repos/${{ github.repository }}/tarball/${{ github.sha }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user