Skip to content

Commit

Permalink
Add GitHub CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Jul 3, 2023
1 parent 1f3a985 commit 12badfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
path: ptaxsim.db.bz2
key: ${{ format('{0}-{1}', needs.prepare-ptaxsim.outputs.PTAXSIM_VERSION, hashFiles(format('{0}/DESCRIPTION', github.workspace ))) }}
fail-on-cache-miss: true
enableCrossOsArchive: true

- name: Unpack database
run: |
sudo apt-get install -y pbzip2
pbzip2 -d ${{ github.workspace }}/ptaxsim.db.bz2
bzip2 -d ${{ github.workspace }}/ptaxsim.db.bz2
shell: bash

- uses: r-lib/actions/check-r-package@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:

- name: Unpack database
run: |
sudo apt-get install -y pbzip2
pbzip2 -d ${{ github.workspace }}/ptaxsim.db.bz2
bzip2 -d ${{ github.workspace }}/ptaxsim.db.bz2
shell: bash

- name: Build site
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/prepare-ptaxsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ jobs:
with:
path: ptaxsim.db.bz2
key: ${{ format('{0}-{1}', env.PTAXSIM_VERSION, hashFiles(format('{0}/DESCRIPTION', github.workspace ))) }}
enableCrossOsArchive: true
3 changes: 1 addition & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:

- name: Unpack database
run: |
sudo apt-get install -y pbzip2
pbzip2 -d ${{ github.workspace }}/ptaxsim.db.bz2
bzip2 -d ${{ github.workspace }}/ptaxsim.db.bz2
shell: bash

- name: Test coverage
Expand Down

0 comments on commit 12badfb

Please sign in to comment.