Skip to content

Create docker image for the pipeline #98

Create docker image for the pipeline

Create docker image for the pipeline #98

Workflow file for this run

name: Test
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
Test:
runs-on:
using: 'docker'

Check failure on line 14 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 14, Col: 7): Unexpected value 'using' .github/workflows/ci.yml (Line: 15, Col: 7): Unexpected value 'image'
image: './docker/Dockerfile'
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose