Skip to content

CI: Print summary for outdated modules #550

CI: Print summary for outdated modules

CI: Print summary for outdated modules #550

Workflow file for this run

name: noop run
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- master
jobs:
unit:
runs-on: ubuntu-latest
name: Run msync --noop against all modules and print a summary
steps:
- uses: actions/checkout@v4
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run msync --noop
run: bundle exec msync update --noop --git-base=https://github.com/ --branch foobranch
run: bundle exec msync update --noop --git-base=https://github.com/

Check failure on line 23 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / noop run

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 23, Col: 9): 'run' is already defined
- name: Generate summary
run: bundle exec bin/outdated_modules_and_their_version
metadata_json_deps:
runs-on: ubuntu-latest
name: Run metadata_json_deps on all modules
steps:
- uses: actions/checkout@v4
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run msync --noop
run: bundle exec msync clone --git-base=https://github.com/
- run: bundle exec rake metadata_deps
tests:
needs:
- unit
- metadata_json_deps
runs-on: ubuntu-latest
name: Test suite
steps:
- run: echo Test suite completed