Skip to content

Commit

Permalink
chore(ci): Added test action to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Sep 29, 2023
1 parent 58ef32a commit 093fe87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 90 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cron_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ on:
jobs:
run_tests:
name: Run tests
uses: oblakstudio/ddev-minio/.github/workflows/reusable_test_ddev_addon.yml@master
uses: oblakstudio/public-workflows/.github/workflows/ddev/test_ddev_addon.yaml@v1
secrets: inherit
with:
ddev_version: '["stable", "HEAD", "edge"]'
test_type: "release"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
run_tests:
name: Run tests
uses: oblakstudio/ddev-minio/.github/workflows/reusable_test_ddev_addon.yml@master
uses: oblakstudio/public-workflows/.github/workflows/ddev/test_ddev_addon.yaml@v1
secrets: inherit
with:
test_type: "local"
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.OBLAK_BOT_TOKEN }}
- name: Test the addon
uses: oblakstudio/action-test-ddev-addon@v1
with:
ddev_version: stable
github_token: ${{ secrets.GITHUB_TOKEN }}
test_type: local
- name: Import GPG keys
uses: crazy-max/ghaction-import-gpg@v5
with:
Expand Down
82 changes: 0 additions & 82 deletions .github/workflows/reusable_test_ddev_addon.yml

This file was deleted.

0 comments on commit 093fe87

Please sign in to comment.