Skip to content

Commit

Permalink
print env in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed Sep 25, 2020
1 parent e613cc7 commit 40bc2bf
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/[email protected]
- uses: julia-actions/setup-julia@v1
with:
version: 1.5.2
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest

test-moonshot:
runs-on: self-hosted
strategy:
Expand All @@ -31,10 +28,8 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/[email protected]
- uses: julia-actions/setup-julia@v1
with:
version: 1.5.2
- name: env
run: env
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
Expand Down

0 comments on commit 40bc2bf

Please sign in to comment.