Skip to content

Fix comment if retriggering issue to PR #184

Fix comment if retriggering issue to PR

Fix comment if retriggering issue to PR #184

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
environment: staging
steps:
- uses: actions/checkout@v3
- name: Run tests
env:
GH_PRIVATE_KEY: ${{ secrets.GH_PRIVATE_KEY }}
DB_URL: ${{secrets.DB_URL}}
run: cargo test -- --nocapture