mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 11:06:53 +08:00
Remove debugging steps from workflows
This commit is contained in:
3
.github/workflows/example-builds-nightly.yml
vendored
3
.github/workflows/example-builds-nightly.yml
vendored
@@ -25,9 +25,6 @@ jobs:
|
|||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
run: npm install --production
|
run: npm install --production
|
||||||
|
|
||||||
- name: Debug information
|
|
||||||
run: curl https://ipinfo.io/ip
|
|
||||||
|
|
||||||
- name: "Set up Julia (nightly)"
|
- name: "Set up Julia (nightly)"
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|||||||
3
.github/workflows/example-builds.yml
vendored
3
.github/workflows/example-builds.yml
vendored
@@ -22,9 +22,6 @@ jobs:
|
|||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
run: npm install --production
|
run: npm install --production
|
||||||
|
|
||||||
- name: Debug information
|
|
||||||
run: curl https://ipinfo.io/ip
|
|
||||||
|
|
||||||
- name: "Set up Julia"
|
- name: "Set up Julia"
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user