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 d2716d6 commit a80491d
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/Push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,9 @@ jobs:
# secrets: inherit
# uses: ./.github/workflows/callable-prebuild-samples-staging.yml

test-job:
runs-on: ubuntu-latest
steps:
- name: test
run: |
pwd
pwd
ls -a
# e2e:
# # needs:
# # - prebuild
# # - prebuild-samples-staging
# # secrets: inherit
# uses: ./.github/workflows/callable-e2e.yml
e2e:
# needs:
# - prebuild
# - prebuild-samples-staging
secrets: inherit
uses: ./.github/workflows/callable-e2e.yml

0 comments on commit a80491d

Please sign in to comment.