Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 17:30:29 +01:00
Update plugin-tests.yml
Dieser Commit ist enthalten in:
Ursprung
7d941eaf5e
Commit
1f899935a0
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
8
.github/workflows/plugin-tests.yml
gevendort
8
.github/workflows/plugin-tests.yml
gevendort
|
@ -48,7 +48,7 @@ jobs:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Install plugin
|
- name: Install plugin
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: plugins/${{ github.event.repository.name }}
|
path: plugins/${{ github.event.repository.name }}
|
||||||
ref: "${{ github.base_ref }}"
|
ref: "${{ github.base_ref }}"
|
||||||
|
@ -140,12 +140,12 @@ jobs:
|
||||||
- name: RSpec with Coverage
|
- name: RSpec with Coverage
|
||||||
if: matrix.build_type == 'backend'
|
if: matrix.build_type == 'backend'
|
||||||
run: |
|
run: |
|
||||||
if [ -e plugins/${{ steps.repo-name.outputs.value }}/.simplecov ]
|
if [ -e plugins/${{ github.event.repository.name }}/.simplecov ]
|
||||||
then
|
then
|
||||||
cp plugins/${{ steps.repo-name.outputs.value }}/.simplecov .simplecov
|
cp plugins/${{ github.event.repository.name }}/.simplecov .simplecov
|
||||||
export COVERAGE=1
|
export COVERAGE=1
|
||||||
fi
|
fi
|
||||||
bin/rake plugin:spec[${{ steps.repo-name.outputs.value }}]
|
bin/rake plugin:spec[${{ github.event.repository.name }}]
|
||||||
|
|
||||||
- name: Wizard QUnit
|
- name: Wizard QUnit
|
||||||
if: matrix.build_type == 'frontend'
|
if: matrix.build_type == 'frontend'
|
||||||
|
|
Laden …
In neuem Issue referenzieren