Skip to content

Commit

Permalink
Simplify vanilla-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Sep 8, 2020
1 parent 3487294 commit 4be3b0a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/vanilla-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ on:
push:
branches:
- master
paths:
- test/environments/main/Project.toml
pull_request:
paths:
- test/environments/main/Project.toml

jobs:
vanilla-test:
Expand All @@ -17,6 +13,6 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: 1.5
version: ^1
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest

0 comments on commit 4be3b0a

Please sign in to comment.