aboutsummaryrefslogblamecommitdiff
path: root/.github/workflows/test-scenarios.yaml
blob: 53934498bb7a988ca6a34c1575ce175330792ffe (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                                            
name: "Test Scenarios"
on:
  pull_request:
  push:
    branches:
      - main
  workflow_dispatch:

jobs:
  scenarios:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: " Running predefined test scenarios"
        run: npx --yes ./devcontainers-cli-0.3.0.tgz features test --scenarios `pwd`/test-scenarios -c `pwd`