Skip to content

Commit

Permalink
Make test step add codenarc and doc site build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnybot0 committed Dec 23, 2024
1 parent a25e222 commit 8618928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Build and test
name: Build, test, and quality check

on: [push, pull_request]

Expand All @@ -40,7 +40,7 @@ jobs:
- name: Check firefox version
run: /usr/bin/firefox --version
- name: Build and run tests
run: ./gradlew --no-daemon --no-build-cache test
run: ./gradlew -Pci --no-daemon --no-build-cache check
timeout-minutes: 60
- name: Upload reports
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8618928

Please sign in to comment.