.github/workflows/ubuntu.yml in metanorma-rsd-1.4.3 vs .github/workflows/ubuntu.yml in metanorma-rsd-1.4.4

- 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: ubuntu on: push: branches: [ master ] pull_request: - branches: [ '**' ] jobs: test-linux: name: Test on Ruby ${{ matrix.ruby }} Ubuntu runs-on: ubuntu-latest @@ -23,10 +22,10 @@ with: ruby-version: ${{ matrix.ruby }} architecture: 'x64' - name: Update gems run: | - gem install bundler + gem install bundler bundle install --jobs 4 --retry 3 - name: Use Node uses: actions/setup-node@v1 with: node-version: '8'