Skip to content

Commit

Permalink
Add Shellspec tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
jometzner committed Jul 1, 2022
1 parent 64a1c5a commit a45edb0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,14 @@ jobs:
with:
name: videos
path: e2e/cypress/videos

Shellspec:
needs: [CancelPrevious]
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2
- name: Execute shellspec tests
run: |
docker run --rm -v "${{ github.workspace }}/nginx/docker-entrypoint.d:/src" shellspec/shellspec

0 comments on commit a45edb0

Please sign in to comment.