Skip to content

build(deps): bump github.com/apple/swift-nio-http2 from 1.21.0 to 1.35.0 in /Example #61

build(deps): bump github.com/apple/swift-nio-http2 from 1.21.0 to 1.35.0 in /Example

build(deps): bump github.com/apple/swift-nio-http2 from 1.21.0 to 1.35.0 in /Example #61

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