Skip to content

ci: add integration test to lint_test_build #6

ci: add integration test to lint_test_build

ci: add integration test to lint_test_build #6

on:
push:
branches:
- '!main'
pull_request:
types:
- opened
- synchronize
name: Integration Tests
jobs:
test:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup environment
uses: ./.github/workflows/rafiki/env-setup
- name: Setup hosts
run: |
echo "127.0.0.1 host.docker.internal" | sudo tee -a /etc/hosts
- name: Build dependencies
run: pnpm --filter integration build:deps
- name: Run tests
run: pnpm --filter integration run-tests