Skip to content

Commit

Permalink
Merge pull request #27 from fontist/maxirmx-windows-update
Browse files Browse the repository at this point in the history
Fixed release workflow
  • Loading branch information
maxirmx authored Feb 11, 2024
2 parents 9d79e33 + 76b7144 commit 4c7f6be
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,23 @@ jobs:

- uses: actions/checkout@v4
with:
path: "excavate"

- run: 'echo ''gem "excavate", path: "./excavate"'' > Gemfile.devel'
path: excavate

- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby.version }}
rubygems: ${{ matrix.ruby.rubygems }}
bundler: ${{ env.BUNDLER_VER }}
bundler-cache: true
bundler-cache: false

- name: Install excavate from source
run: |
cd excavate
bundle install
bundle exec rake install
- name: Install metanorma
run: bundle install

- run: bundle exec rake

Expand Down

0 comments on commit 4c7f6be

Please sign in to comment.