.github/workflows/windows.yml in metanorma-mpfd-0.3.15 vs .github/workflows/windows.yml in metanorma-mpfd-0.3.16

- old
+ new

@@ -1,14 +1,13 @@ -# Auto-generated !!! Do not edit it manually -# use ci-master https://github.com/metanorma/metanorma-build-scripts +# Auto-generated by Cimas: Do not edit it manually! +# See https://github.com/metanorma/cimas name: windows on: push: branches: [ master ] pull_request: - branches: [ '**' ] jobs: test-windows: name: Test on Ruby ${{ matrix.ruby }} Windows runs-on: windows-latest @@ -24,10 +23,10 @@ ruby-version: ${{ matrix.ruby }} architecture: 'x64' - name: Update gems shell: pwsh run: | - gem install bundler + gem install bundler bundle config --local path vendor/bundle bundle update bundle install --jobs 4 --retry 3 - name: Use Node uses: actions/setup-node@v1