Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Merge pull request #249 from TheBusyBiscuit/renovate/actions-setup-ja… #1143

Merge pull request #249 from TheBusyBiscuit/renovate/actions-setup-ja…

Merge pull request #249 from TheBusyBiscuit/renovate/actions-setup-ja… #1143

Workflow file for this run

name: System Test
on:
push:
branches:
- gh-pages
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checking out Repository
uses: actions/[email protected]
with:
ref: gh-pages
- name: Setting up Java 17
uses: actions/[email protected]
with:
distribution: 'adopt'
java-version: '17'
java-package: jdk
architecture: x64
- name: Setting up node.js
uses: actions/[email protected]
with:
node-version: '16.6.0'
- name: Installing dependencies
run: npm install
- name: Executing Tests
run: npm run test
env:
JSON_CONFIG: ${{ secrets.JSON_CONFIG }}