Skip to content

Commit

Permalink
test e2e-ash
Browse files Browse the repository at this point in the history
  • Loading branch information
Sridhar committed Jun 29, 2023
1 parent 694efd7 commit fe6af6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/callable-e2e-runner.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on:
workflow_call:
secrets:
GH_ACTIONS:
required: true

jobs:
test-job:
Expand Down Expand Up @@ -27,6 +30,7 @@ jobs:
e2e-test-runner:
name: e2e test runnner
needs: e2e-prep
secrets: inherit
strategy:
matrix:
integ-config: ${{ fromJson(needs.e2e-prep.outputs.integ-config) }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/callable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: 'E2E Tests'

on:
workflow_call:
secrets:
GH_ACTIONS:
required: true
inputs:
# package:
# required: false
Expand Down

0 comments on commit fe6af6c

Please sign in to comment.