Skip to content

TECH-17407: add CI

TECH-17407: add CI #1

Workflow file for this run

name: Pipeline
on:
push:
schedule:
- cron: '0 1 * * 1' # Every Monday at 1AM UTC
jobs:
tests:
uses: Invoca/ruby-test-matrix-workflow/.github/workflows/ruby-test-matrix.yml@main
test-command: "bundle exec rake test"

Check failure on line 9 in .github/workflows/pipeline.yml

View workflow run for this annotation

GitHub Actions / Pipeline

Invalid workflow file

The workflow is not valid. .github/workflows/pipeline.yml (Line: 9, Col: 5): Unexpected value 'test-command'