Skip to content

Template accomodation #34

Template accomodation

Template accomodation #34

name: End to End Tests
on:
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
end_to_end_tests:
name: Perform end-to-end tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
env:
GH_PRIVATE_KEY: ${{ secrets.GH_STAGING_PRIVATE_KEY }}
run: cargo test -- --nocapture