Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/test-smokes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ on:
schedule:
- cron: "0 6 * * *"

# this is require to cleanup julia cache
permissions:
actions: write
contents: read

jobs:
run-smokes:
name: Run smoke (${{ matrix.os }})${{ matrix.time-test && ' with timed file' || ''}}${{ inputs.extra-r-packages && ' - with some extra R packages'|| ''}}
Expand Down Expand Up @@ -182,11 +187,14 @@ jobs:
- name: Setup Julia
uses: julia-actions/setup-julia@v2
with:
version: "1.11.3"
version: "1.11.7"

- name: Cache Julia Packages
- name: Load Julia packages from cache
uses: julia-actions/cache@v2

# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

- name: Restore Julia Packages
working-directory: tests
shell: bash
Expand Down
Loading
Loading