Skip to content

Commit

Permalink
Update self-tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Sep 18, 2024
1 parent 0f0fc96 commit de6b38f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/self-test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
working-directory: _tests/managed_tests
run: composer install

- name: Composer install on Src
working-directory: src
run: composer install

- name: Connect to QIT
run: ./qit partner:add --user="${{ secrets.QIT_USER }}" --application_password="${{ secrets.QIT_ACCESS_TOKEN }}"

Expand Down

0 comments on commit de6b38f

Please sign in to comment.