Skip to content

Commit

Permalink
Added two lines to run tests on cloud.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazadi committed Mar 31, 2024
1 parent e6cbf72 commit b4dadc1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master # update to match your development branch (master, main, dev, trunk, ...)
tags: '0.1.5'
tags: '*'
pull_request:

jobs:
Expand All @@ -19,6 +19,10 @@ jobs:
with:
version: '1.10'
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
prefix: xvfb-run -s '-screen 0 1024x768x24'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down

0 comments on commit b4dadc1

Please sign in to comment.