From 89468184a19a82991510e59848ec8ead5c931fee Mon Sep 17 00:00:00 2001 From: Ziping Liu Date: Fri, 27 Oct 2023 05:29:29 -0500 Subject: [PATCH] fix: add install step --- .github/workflows/canaryapp.yml | 4 ++-- .github/workflows/main.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/canaryapp.yml b/.github/workflows/canaryapp.yml index 555ab7e..07d8e2a 100644 --- a/.github/workflows/canaryapp.yml +++ b/.github/workflows/canaryapp.yml @@ -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 - \ No newline at end of file diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 035a9e2..d524b76 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,6 +3,7 @@ name: Integration Testing on Code Change on: [push] jobs: + build: runs-on: ubuntu-latest