Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed Apr 29, 2024
1 parent a7445aa commit cf32a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
working-directory: ./lib
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: Dump job context
env:
JOB_CONTEXT: ${{ toJson(job) }}
run: echo "$JOB_CONTEXT"
- run: tilt ci
# - uses: actions/checkout@v3
# with:
# fetch-depth: ${{ !fromJSON(env.do_sonarscan) && 1 || 0 }}
# - uses: actions/setup-node@v3
Expand Down

0 comments on commit cf32a45

Please sign in to comment.