Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Run acceptance tests with tracing (#503)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Lane <2400330-aaron-lane@users.noreply.gitlab.com>
  • Loading branch information
aaron-lane and Aaron Lane authored Mar 11, 2023
1 parent d6f1303 commit a9f519e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,18 @@ jobs:
terraform providers mirror ./PlugInDirectory
- name: Run Kitchen Tests
run: |
rake test:kitchen:attributes-${{ matrix.operating-system }}
rake test:kitchen:plug-ins-${{ matrix.operating-system }}
rake test:kitchen:variables-${{ matrix.operating-system }}
rake test:kitchen:workspaces-${{ matrix.operating-system }}
rake --trace test:kitchen:attributes-${{ matrix.operating-system }}
rake --trace test:kitchen:plug-ins-${{ matrix.operating-system }}
rake --trace test:kitchen:variables-${{ matrix.operating-system }}
rake --trace test:kitchen:workspaces-${{ matrix.operating-system }}
- name: Run Kitchen Test backend-ssh
if: ${{ matrix.operating-system == 'ubuntu' }}
run: |
chmod 400 ./test/terraform/backend-ssh/id_ed25519
rake test:kitchen:backend-ssh-ubuntu
- name: Run Kitchen doctor
run: |
rake test:kitchen:doctor-${{ matrix.operating-system }}
rake --trace test:kitchen:doctor-${{ matrix.operating-system }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit a9f519e

Please sign in to comment.