diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 9c4bf74b92..0b8a080e2c 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -35,7 +35,7 @@ jobs: run: yarn install --frozen-lockfile - name: Build Demo - run: yarn run test:demo + run: yarn test:demo - name: Checkout demo branch uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 #v3.5.3 diff --git a/.github/workflows/pr-demo.yml b/.github/workflows/pr-demo.yml index 702c503cea..008a75487d 100644 --- a/.github/workflows/pr-demo.yml +++ b/.github/workflows/pr-demo.yml @@ -25,11 +25,6 @@ jobs: - name: Use Node.js uses: ./.github/actions/setup-node - - name: Setup access to qlik npm registry - uses: qlik-trial/qmfe-workflows/actions/npm-github-access@v2 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Install working-directory: ./ env: @@ -37,7 +32,7 @@ jobs: run: yarn install --frozen-lockfile - name: Build Demo - run: yarn run test:demo + run: yarn test:demo - name: Checkout demo branch uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 #v3.5.3