Skip to content

Commit

Permalink
workflows syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Oct 6, 2022
1 parent 2642132 commit 953f4be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:
shell: bash

jobs:
CI:
ci:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
env:
GKS_ENCODING: "utf8"
Expand Down Expand Up @@ -49,12 +49,12 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@latest

- name: test upstream RecipesBase
- name: Test upstream RecipesBase
shell: julia --project=@. --color=yes {0}
run: |
using Pkg; Pkg.develop(path="RecipesBase"); Pkg.test("RecipesBase")
- name: test upstream RecipesPipeline
- name: Test upstream RecipesPipeline
shell: julia --project=@. --color=yes {0}
run: |
using Pkg; Pkg.develop(path="RecipesPipeline"); Pkg.test("RecipesPipeline")
Expand Down

0 comments on commit 953f4be

Please sign in to comment.