Skip to content

Update HttpClient tests to use httpbingo.org instead of httpbin.seats… #393

Update HttpClient tests to use httpbingo.org instead of httpbin.seats…

Update HttpClient tests to use httpbingo.org instead of httpbin.seats… #393

Workflow file for this run

name: 'Build'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: ['3.3', '3.4', '4.0']
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- uses: zcong1993/setup-timezone@master
with:
timezone: Europe/Brussels
- run: bundle exec parallel_test
env:
API_URL: https://api-staging-eu.seatsio.net
DEMO_COMPANY_SECRET_KEY: ${{ secrets.DEMO_COMPANY_SECRET_KEY }}
CORE_V2_STAGING_EU_SYSTEM_API_SECRET: ${{ secrets.CORE_V2_STAGING_EU_SYSTEM_API_SECRET }}