Skip to content

Tests

Tests #72

Workflow file for this run

name: Tests
on:
pull_request:
branches: [ master, main ]
push:
branches: [ master, main ]
schedule:
- cron: "0 13 * * 1"
jobs:
test-e2e:
name: Test Extension with Sunbeam
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Test with Sunbeam
uses: sunbeam-labs/sbx_test_action@v1
env:
# Used by DEMIC install rule
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
- name: Dump Logs
shell: bash
if: always()
run: |
tail -n +1 single_logs/*
tail -n +1 multi_logs/*
- name: Dump Stats
shell: bash
if: always()
run: |
cat single_stats/*
cat multi_stats/*