Skip to content

Commit

Permalink
update dev and test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Dec 18, 2024
1 parent 80bebb9 commit 22670cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
name: Build TFRS Celery
runs-on: ubuntu-latest
timeout-minutes: 60
needs: [build-backend, build-frontend, build-scan-coordinator]
needs: [get-version, build-backend, build-frontend, build-scan-coordinator]

env:
BUILD_SUFFIX: ${{ needs.get-version.outputs.VERSION }}
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
name: Build TFRS scan-handler
runs-on: ubuntu-latest
timeout-minutes: 60
needs: [build-backend, build-frontend, build-scan-coordinator]
needs: [get-version, build-backend, build-frontend, build-scan-coordinator]

env:
BUILD_SUFFIX: ${{ needs.get-version.outputs.VERSION }}
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
name: Build TFRS Notification Server
runs-on: ubuntu-latest
timeout-minutes: 60
needs: [build-backend, build-frontend, build-scan-coordinator]
needs: [get-version, build-backend, build-frontend, build-scan-coordinator]

env:
BUILD_SUFFIX: ${{ needs.get-version.outputs.VERSION }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ jobs:
- id: get-current-time
run: |
TZ="America/Vancouver"
echo "CURRENT_TIME=$(date '+%Y-%m-%d %H:%M:%S %Z')" >> $GITHUB_OUTPUT
echo "CURRENT_TIME=$(TZ="America/Vancouver" date '+%Y-%m-%d %H:%M:%S %Z')" >> $GITHUB_OUTPUT
- name: Ask for approval for TFRS Test deployment
uses: trstringer/[email protected]
Expand Down

0 comments on commit 22670cb

Please sign in to comment.