Skip to content

build(deps): bump github.com/swift-server/async-http-client from 1.10.0 to 1.25.2 in /Example #60

build(deps): bump github.com/swift-server/async-http-client from 1.10.0 to 1.25.2 in /Example

build(deps): bump github.com/swift-server/async-http-client from 1.10.0 to 1.25.2 in /Example #60

Workflow file for this run

name: Docker Image CI
on:
pull_request:
branches:
- "develop"
- "master"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: "2.14.2"
- name: Build And Run Docker image
run: |
docker-compose build --no-cache
docker-compose up selenium -d
docker-compose run test