Skip to content

Developer Experience Improvements #4

Developer Experience Improvements

Developer Experience Improvements #4

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- "**"
jobs:
test:

Check failure on line 12 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 12, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest]
needs: install
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run the test script
run: |
curl -sSL "https://raw.githubusercontent.com/hhamud/dasy/main/scripts/test.sh" | bash