From a2766aae7be5727f9e4c8f9ba0a3d7646cbe9d69 Mon Sep 17 00:00:00 2001 From: Sridhar Date: Thu, 29 Jun 2023 14:15:11 -0700 Subject: [PATCH] test e2e-ash --- .github/workflows/Push.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/Push.yml b/.github/workflows/Push.yml index 773e347fc6b..5753cfa8bab 100644 --- a/.github/workflows/Push.yml +++ b/.github/workflows/Push.yml @@ -17,6 +17,14 @@ jobs: # prebuild-samples-staging: # secrets: inherit # uses: ./.github/workflows/callable-prebuild-samples-staging.yml + test-job: + runs-on: ubuntu-latest + steps: + - name: test + run: | + pwd + ls -a + e2e: # needs: # - prebuild