Skip to content

Bump the pip group across 1 directory with 5 updates #7

Bump the pip group across 1 directory with 5 updates

Bump the pip group across 1 directory with 5 updates #7

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/[email protected]
-
name: Build base image
uses: docker/[email protected]
with:
context: .
tags: splash
-
name: Build tests image
uses: docker/[email protected]
with:
context: dockerfiles/tests
tags: splash-tests
-
name: Run tests
shell: 'script --return --quiet --command "bash {0}"'
run: |
docker run -it splash-tests