add disable_annotations options to disable stats report (#162)

This commit is contained in:
Trim21
2024-11-27 14:16:18 +01:00
committed by GitHub
parent c83ccfeb86
commit 25839b6484
5 changed files with 44 additions and 1 deletions
+25
View File
@@ -71,3 +71,28 @@ jobs:
- name: Run sccache for check
shell: bash
run: ${SCCACHE_PATH} --start-server
test_disable_annotations:
name: Test disable_annotations version
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: npm
- name: npm install
run: npm install
- name: Run sccache-cache
uses: ./
with:
disable_annotations: true
- name: Run sccache for check
shell: bash
run: ${SCCACHE_PATH} --start-server