diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec25eae8..af8268e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,31 +28,7 @@ jobs: DATABASE_URL: "postgresql://postgres:postgres@localhost:5432" steps: - - uses: actions/checkout@v3 - - uses: ruby/setup-ruby@v1 - with: - bundler-cache: true - - - run: bash script/install/config.bash --defaults - env: - DATABASE_INSTALL: false - DATABASE_USERNAME: postgres - DATABASE: - TEST_DATABASE: nztraintest - REDIS_INSTALL: false - REDIS_PASS: - SCHEDULE_BACKUPS: 0 - ISOLATE_ROOT: / - ISOLATE_CGROUPS: false - ISOLATE_BRANCH: master - - - run: AUTOCONFIRM=true script/install.bash --skip-update - env: - PGHOST: localhost - PGUSER: postgres - PGPASSWORD: postgres - - - run: bundle exec rake db:test:load - - run: bundle exec rspec - - # - uses: coverallsapp/github-action@v2 + - run: echo STEP 1; exit 1 + continue-on-error: true + - run: echo STEP 2; exit 1 + continue-on-error: true