Skip to content

Commit

Permalink
Name fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Jul 18, 2024
1 parent 18ffbc5 commit 6d3628a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Documentation
name: Metadata and hygene

on:
push:
Expand Down Expand Up @@ -33,9 +33,11 @@ jobs:
with:
version: '1'
arch: x64
- name: Build Package
- name: Cache
uses: julia-actions/cache@v2
- name: Build package
uses: julia-actions/julia-buildpkg@v1
- name: Run metadata tests
- name: Running
uses: julia-actions/julia-runtest@v1
env:
RSMD_CROSSWALK: TRUE
5 changes: 4 additions & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Testing

on:
push:
Expand Down Expand Up @@ -67,6 +67,9 @@ jobs:
- name: Install R
if: ${{ matrix.r-testing }}
uses: r-lib/actions/setup-r@v2
with:
r-version: 'release'
use-public-rspm: true
- name: Install ape
if: ${{ matrix.r-testing }}
run: |
Expand Down

0 comments on commit 6d3628a

Please sign in to comment.