Skip to content

Commit

Permalink
REVERT LATER: build app without tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Feb 26, 2024
1 parent 70c7432 commit dd6b428
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/app-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,9 @@ jobs:
deploy-release-app:
name: 'Deploy built app artifacts to S3'
runs-on: 'ubuntu-22.04'
# TODO: readd unit test dependency after tests are converted to vitest
needs:
['js-unit-test', 'backend-unit-test', 'build-app', 'determine-build-type']
['build-app', 'determine-build-type']
if: contains(fromJSON(needs.determine-build-type.outputs.variants), 'release') || contains(fromJSON(needs.determine-build-type.outputs.variants), 'internal-release')
steps:
- name: 'download run app builds'
Expand Down

0 comments on commit dd6b428

Please sign in to comment.