Skip to content

feat(ci): make sure tag:run-health-check tag is present on PR to run health-check CI #1364

feat(ci): make sure tag:run-health-check tag is present on PR to run health-check CI

feat(ci): make sure tag:run-health-check tag is present on PR to run health-check CI #1364

Workflow file for this run

name: setup-docker
on:
pull_request:
jobs:
setup-docker:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run setup script
run: |
./setup-dev-env.sh -y -v docker