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