Skip to content

Commit

Permalink
Identify Julia packages with .jl suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
GordStephen committed Dec 5, 2024
1 parent de236a4 commit 2676531
Show file tree
Hide file tree
Showing 74 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/PRAS.jl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,27 @@ jobs:
${{ runner.os }}-${{ matrix.arch }}-test-
${{ runner.os }}-${{ matrix.arch }}-
${{ runner.os }}-
- run: julia --project=PRAS -e 'import Pkg;
- run: julia --project=PRAS.jl -e 'import Pkg;
Pkg.develop([
(path="PRASCore",),
(path="PRASFiles",),
(path="PRASCapacityCredits",)
(path="PRASCore.jl",),
(path="PRASFiles.jl",),
(path="PRASCapacityCredits.jl",)
])'
shell: bash
- uses: julia-actions/julia-buildpkg@latest
with:
project: PRAS
project: PRAS.jl
- run: |
git config --global user.name Tester
git config --global user.email [email protected]
- uses: julia-actions/julia-runtest@latest
with:
project: PRAS
project: PRAS.jl
env:
JULIA_NUM_THREADS: 2
- uses: julia-actions/julia-processcoverage@v1
with:
directories: PRAS/src
directories: PRAS.jl/src
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/PRASCapacityCredits.jl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@ jobs:
${{ runner.os }}-${{ matrix.arch }}-test-
${{ runner.os }}-${{ matrix.arch }}-
${{ runner.os }}-
- run: julia --project=PRASCapacityCredits -e 'import Pkg; Pkg.develop(path="PRASCore")'
- run: julia --project=PRASCapacityCredits.jl -e 'import Pkg; Pkg.develop(path="PRASCore.jl")'
shell: bash
- uses: julia-actions/julia-buildpkg@latest
with:
project: PRASCapacityCredits
project: PRASCapacityCredits.jl
- run: |
git config --global user.name Tester
git config --global user.email [email protected]
- uses: julia-actions/julia-runtest@latest
with:
project: PRASCapacityCredits
project: PRASCapacityCredits.jl
env:
JULIA_NUM_THREADS: 2
- uses: julia-actions/julia-processcoverage@v1
with:
directories: PRASCapacityCredits/src
directories: PRASCapacityCredits.jl/src
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/PRASCore.jl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@latest
with:
project: PRASCore
project: PRASCore.jl
- run: |
git config --global user.name Tester
git config --global user.email [email protected]
- uses: julia-actions/julia-runtest@latest
with:
project: PRASCore
project: PRASCore.jl
env:
JULIA_NUM_THREADS: 2
- uses: julia-actions/julia-processcoverage@v1
with:
directories: PRASCore/src
directories: PRASCore.jl/src
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/PRASFiles.jl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@ jobs:
${{ runner.os }}-${{ matrix.arch }}-test-
${{ runner.os }}-${{ matrix.arch }}-
${{ runner.os }}-
- run: julia --project=PRASFiles -e 'import Pkg; Pkg.develop(path="PRASCore")'
- run: julia --project=PRASFiles.jl -e 'import Pkg; Pkg.develop(path="PRASCore.jl")'
shell: bash
- uses: julia-actions/julia-buildpkg@latest
with:
project: PRASFiles
project: PRASFiles.jl
- run: |
git config --global user.name Tester
git config --global user.email [email protected]
- uses: julia-actions/julia-runtest@latest
with:
project: PRASFiles
project: PRASFiles.jl
env:
JULIA_NUM_THREADS: 2
- uses: julia-actions/julia-processcoverage@v1
with:
directories: PRASFiles/src
directories: PRASFiles.jl/src
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2676531

Please sign in to comment.