Skip to content

Commit

Permalink
Rename self-tests workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Feb 11, 2024
1 parent d4e7552 commit a2b9d4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: QIT Self-Tests - API
name: QIT Self-Tests - Woo API

on:
# Every day at 11am and 11pm UTC (6am and 6pm ET)
Expand All @@ -16,7 +16,7 @@ jobs:
api_tests:
uses: ./.github/workflows/self-test-template.yml
with:
test_type: api
test_type: woo-api
secrets:
QIT_USER: ${{ secrets.QIT_USER }}
QIT_ACCESS_TOKEN: ${{ secrets.QIT_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.event_name != 'push'
uses: ./.github/workflows/self-test-template.yml
with:
test_type: e2e
test_type: woo-e2e
secrets:
QIT_USER: ${{ secrets.QIT_USER }}
QIT_ACCESS_TOKEN: ${{ secrets.QIT_ACCESS_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ For more detailed information on QIT and how to use it, refer to the [official d
Official tool to streamline the testing of plugins and themes, ensuring they meet the high standards of the Woo.com Marketplace.

- **Comprehensive Testing Suite**: Includes various tests to ensure thorough quality checks.
- [Woo E2E Test](https://woocommerce.github.io/qit-documentation/#/test-types/e2e)
- [Woo API Test](https://woocommerce.github.io/qit-documentation/#/test-types/api)
- [Woo E2E Test](https://woocommerce.github.io/qit-documentation/#/test-types/woo-e2e)
- [Woo API Test](https://woocommerce.github.io/qit-documentation/#/test-types/woo-api)
- [Activation Test](https://woocommerce.github.io/qit-documentation/#/test-types/activation)
- [Security Test](https://woocommerce.github.io/qit-documentation/#/test-types/security)
- [PHPStan Test](https://woocommerce.github.io/qit-documentation/#/test-types/phpstan)
Expand Down

0 comments on commit a2b9d4d

Please sign in to comment.