Skip to content

Commit

Permalink
edit yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
colinthomas-z80 committed Nov 15, 2024
1 parent e6c1b1d commit 0af7b66
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,15 @@ jobs:
- name: Test Vine Serverless Mode
run: ./test-vine-serverless.sh

vine-throughput-capi-job:
runs-on: ubuntu-20.04
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test Vine Throughput Test C API
run: ./test-vine-throughput-capi.sh

parrot-cvmfs-job:
runs-on: ubuntu-20.04
timeout-minutes: 10
Expand Down

0 comments on commit 0af7b66

Please sign in to comment.