Skip to content

Commit

Permalink
Debug time
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Nov 6, 2023
1 parent a0bbaeb commit 0abaaea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
test:
name: Tests on ${{ matrix.os }} - Spack ${{ matrix.spack_version }} - Spack spec ${{ matrix.spack_spec }}
timeout-minutes: 15
timeout-minutes: 30
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -25,7 +25,7 @@ jobs:
# `example` is a package in our custom Spack repo, ensure we can build
# packages in it.
- sombrero@2021-08-16
- example@2021-08-16
# - example@2021-08-16
# Compatible ReFrame versions are set in pyproject.toml
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -54,6 +54,10 @@ jobs:
- name: ReFrame version number
shell: bash
run: reframe -V
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Run sample benchmark
shell: bash
run: |
Expand Down

0 comments on commit 0abaaea

Please sign in to comment.