Skip to content

chore(deps): lock file maintenance #91

chore(deps): lock file maintenance

chore(deps): lock file maintenance #91

Workflow file for this run

name: Run Docker test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
docker-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run Docker integration tests
run: |
curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl_4.0.0_amd64.deb
sudo dpkg -i hurl_4.0.0_amd64.deb
bin/integration.sh http://localhost:3000/auth