Skip to content

update the status page to use the latest Vue and a different layout #1279

update the status page to use the latest Vue and a different layout

update the status page to use the latest Vue and a different layout #1279

Workflow file for this run

name: Test all the things
on:
pull_request:
push:
branches:
- master
env:
JAVA_OPTS: -Xms5120M -Xmx5120M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
JVM_OPTS: -Xms5120M -Xmx5120M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
jobs:
ci:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- run: git fetch -f --depth=1 origin '+refs/tags/*:refs/tags/*'
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: zulu:17
apps: sbt
- name: Test
run: sbt -v ";+core/test;+instrumentation/test;+reporters/test"
lint:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: zulu:17
apps: sbt
- name: Test
run: sbt -v "+scalafmtCheckAll;scalafmtSbtCheck"