Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana06 committed Aug 26, 2024
1 parent ffda4c8 commit 7aa2d4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Build and test all packages
continue-on-error: true
run: scripts/test/test_install.ps1 -all -max_tries 3
run: scripts/test/test_install.ps1 "capa.vm bstrings.vm" -max_tries 3
- name: Upload logs to artifacts
uses: ./.github/actions/upload-logs
- name: Checkout wiki code
Expand Down Expand Up @@ -63,9 +63,9 @@ jobs:
gistID: 7d6b2592948d916eb5529350308f01d1
filename: ${{ matrix.os }}_daily_badge.svg
label: "failures ${{ matrix.os_name }}"
message: "${{ env.message }}"
message: "ERROR"
# Use orange if only 1 package fails and red if more than 1 fail
maxColorRange: 1.25
minColorRange: 0
invertColorRange: true
valColorRange: ${{ env.failure }}
valColorRange: 10

0 comments on commit 7aa2d4d

Please sign in to comment.