Skip to content

Bump qs from 6.7.0 to 6.11.0 in /products/zilliqa-stats (#61) #754

Bump qs from 6.7.0 to 6.11.0 in /products/zilliqa-stats (#61)

Bump qs from 6.7.0 to 6.11.0 in /products/zilliqa-stats (#61) #754

name: "macOS CI"
on:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
- release/*
release:
types:
- created
jobs:
build-debug:
runs-on: macos-12
name: "Bazel Debug Build"
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Bazel cache
id: cache-bazel-debug
uses: actions/[email protected]
with:
path: ~/.cache/bazel/
key: ${{ runner.os }}-bazel-debug
- name: "Building debug"
run: |
bazelisk build --keep_going --disk_cache=~/.cache/bazel/ //...
- name: "Running tests"
run: |
bazelisk test --test_output=all --keep_going --disk_cache=~/.cache/bazel/ //...