Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
run: pnpm vite build --mode=development
env:
NODE_ENV: development
- uses: wyvox/action-no-git-diff@6d1f5759a221e2ea447974af795e395672e33328 # v1.0.1
- name: test
run: pnpm test

Expand Down Expand Up @@ -132,6 +133,7 @@ jobs:
ALL_SUPPORTED_BROWSERS: true
NODE_ENV: development
run: pnpm vite build --mode=development
- uses: wyvox/action-no-git-diff@6d1f5759a221e2ea447974af795e395672e33328 # v1.0.1

- name: Set BrowserStack Local Identifier
if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '-ember-source')
Expand Down Expand Up @@ -163,6 +165,7 @@ jobs:
use_lockfile: "false"
- name: build
run: pnpm build
- uses: wyvox/action-no-git-diff@6d1f5759a221e2ea447974af795e395672e33328 # v1.0.1
- name: test
working-directory: smoke-tests/scenarios
run: |
Expand Down
Loading