summaryrefslogtreecommitdiffstats
path: root/.github/workflows/checks.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/checks.yml')
-rw-r--r--.github/workflows/checks.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index efe61c35f3..e4025dd207 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -19,28 +19,6 @@ jobs:
LOCAL_ONLY: "true"
run: |
./tests/installer/checksums.sh
- dashboard-checks:
- name: Dashboard
- runs-on: ubuntu-latest
- steps:
- - name: Git clone repository
- uses: actions/checkout@v2
- with:
- submodules: recursive
- - name: Install required packages
- run: |
- ./packaging/installer/install-required-packages.sh --dont-wait --non-interactive netdata
- - name: Backup dashboard.js
- run: |
- cp web/gui/dashboard.js /tmp/dashboard.js
- - name: Regenerate dashboard.js
- run: |
- autoreconf -ivf
- ./configure --enable-maintainer-mode
- make dist
- - name: Compare generated Dashboard vs. Backed up Dashboard
- run: |
- diff -sNrdu /tmp/dashboard.js web/gui/dashboard.js
libressl-checks:
name: LibreSSL
runs-on: ubuntu-latest