Skip to content

Commit

Permalink
adapt to talend ui
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuchet committed Oct 29, 2024
1 parent ed4f4d1 commit d20bb9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/pr-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,14 @@ 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:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
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
Expand Down

0 comments on commit d20bb9b

Please sign in to comment.