Skip to content

feat: archive test artifacts #9

feat: archive test artifacts

feat: archive test artifacts #9

Workflow file for this run

name: Build Test
on:
pull_request:
branches:
- '*'
push:
branches: [main, ci]
jobs:
build:
name: Run build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: python3 build.py test
- name: Archive test artifacts
uses: actions/upload-artifact@v4
with:
name: AUDIT-test-artifacts
path: |
extension
retention-days: 5