E2E Test System integration #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow invokes a private end-to-end CI system for fuller integration testing | |
name: E2E Integration | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
e2e: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Baby steps | |
run: env |