Skip to content

Commit

Permalink
temporarily add LibAwsCommon by URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Octogonapus committed Apr 23, 2024
1 parent cb8b69e commit f02f6d1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

# TODO remove once registered
- run: julia --project -e 'using Pkg; Pkg.add(url="https://github.com/JuliaServices/LibAwsCommon.jl")'

- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
# TODO remove once registered
- run: julia --project -e 'using Pkg; Pkg.add(url="https://github.com/JuliaServices/LibAwsCommon.jl")'

- uses: julia-actions/julia-buildpkg@v1
timeout-minutes: 3
- uses: julia-actions/julia-runtest@v1
3 changes: 3 additions & 0 deletions .github/workflows/generate_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
version: "1.10.2"

# TODO remove once registered
- run: julia --project -e 'using Pkg; Pkg.add(url="https://github.com/JuliaServices/LibAwsCommon.jl")'

- name: Run the generator
run: ./gen/generate.sh

Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Test, Aqua, LibAwsIO
using Test, Aqua, LibAwsIO, LibAwsCommon

@testset "LibAwsIO" begin
@testset "aqua" begin
Expand Down

0 comments on commit f02f6d1

Please sign in to comment.