Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
unandyala committed Sep 3, 2024
1 parent 969c15e commit 4cb56e0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ jobs:
npm ci
shell: bash

- name: Build template-retail-react-app
shell: bash
run: |-
set -e
cd packages/template-retail-react-app
npm run build
- name: Create MRT credentials file
uses: "./.github/actions/create_mrt"
with:
Expand All @@ -60,6 +53,6 @@ jobs:
- name: Push Bundle to MRT (E2E Test PWA Kit)
uses: "./.github/actions/push_to_mrt"
with:
CWD: "."
CWD: "packages/template-retail-react-app"
TARGET: ${{ env.MRT_TARGET_NAME }}
FLAGS: --wait

0 comments on commit 4cb56e0

Please sign in to comment.