mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 11:06:53 +08:00
Add debug info to nightly builds and increase frequency temporarily
This commit is contained in:
5
.github/workflows/example-builds-nightly.yml
vendored
5
.github/workflows/example-builds-nightly.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 3 * * *'
|
||||
- cron: '59 * * * *'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@@ -34,3 +34,6 @@ jobs:
|
||||
version: nightly
|
||||
arch: ${{ matrix.julia-arch }}
|
||||
- run: julia --version
|
||||
|
||||
- name: "Debugging info"
|
||||
run: curl ifconfig.me
|
||||
|
||||
Reference in New Issue
Block a user