Skip to content

Merge branch 'cookie-management-with-metrics' into 2025-02-06-staging #522

Merge branch 'cookie-management-with-metrics' into 2025-02-06-staging

Merge branch 'cookie-management-with-metrics' into 2025-02-06-staging #522

Workflow file for this run

name: Run Tests
on: push
jobs:
# Run tests
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Create .env file
run: cat .env-example .env-dev-values > .env
- name: Load .env file
uses: xom9ikk/[email protected]
- name: Set up Ruby 3.3.5
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
bundler-cache: true
- name: Run tests
run: bundle exec rspec