Skip to content

Commit

Permalink
fix: add install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziping Liu committed Oct 27, 2023
1 parent cbdd7f7 commit 8946818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canaryapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Build and then Deploy the static react canary app that uses the react adobe coponent
uses: omkartapale/react-deployment-gh-pages@v1.0.0


1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Integration Testing on Code Change
on: [push]

jobs:

build:

runs-on: ubuntu-latest
Expand Down

0 comments on commit 8946818

Please sign in to comment.