Skip to content

Commit

Permalink
[link-adf:test-debug]
Browse files Browse the repository at this point in the history
  • Loading branch information
omkaryadv177 committed Oct 19, 2023
1 parent fa76268 commit 5c69e16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Pull request"

on:
push:
pull_request:
types: [opened, synchronize, reopened]
branches: [master, develop]
Expand Down Expand Up @@ -64,6 +65,8 @@ jobs:
node-version-file: '.nvmrc'
cache: 'npm'
- uses: ./.github/actions/before-install
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- run: npm ci
- run: npm run build -- $BUILD_OPTS
- name: upload job artifact
Expand Down

0 comments on commit 5c69e16

Please sign in to comment.