Skip to content

Allow BQ tables to be suffixed with _latest #294

Allow BQ tables to be suffixed with _latest

Allow BQ tables to be suffixed with _latest #294

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '2.7.0'
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rspec
env:
BIGQUERY_CREDENTIALS: ${{ secrets.BIGQUERY_CREDENTIALS }}
BIGQUERY_QA_PROJECT: cross-teacher-services
BIGQUERY_QA_DATASET: dfe_reference_data_dev