Skip to content

collect timestamps from bundle (#931) #878

collect timestamps from bundle (#931)

collect timestamps from bundle (#931) #878

Workflow file for this run

name: "Conformance tests"
on:
workflow_dispatch:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
conformance:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3
- name: Setup node
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v3
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Build sigstore-js
run: npm run build
- uses: sigstore/sigstore-conformance@c8d17eb7ee884cf86b93a3a3f471648fb0a83819 # v0.0.9
with:
entrypoint: ${{ github.workspace }}/packages/conformance/bin/run
xfail: "test_verify_with_trust_root"