Skip to content

Commit

Permalink
Use v4 formulas for metanorma testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeymorozov committed May 31, 2024
1 parent a8a63e2 commit e8bb248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/metanorma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: metanorma

on:
push:
branches: [ master, v2, v3 ]
branches: [ master, v2, v3, v4 ]
pull_request:

jobs:
Expand Down Expand Up @@ -33,8 +33,8 @@ jobs:
path: "formulas"

- run: |
mkdir -p $HOME/.fontist/versions/v3
mv formulas $HOME/.fontist/versions/v3/formulas
mkdir -p $HOME/.fontist/versions/v4
mv formulas $HOME/.fontist/versions/v4/formulas
shell: bash
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit e8bb248

Please sign in to comment.