Skip to content

bump rules version from v1.4.0 to v1.4.1 #40

bump rules version from v1.4.0 to v1.4.1

bump rules version from v1.4.0 to v1.4.1 #40

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
tests:
name: Integration tests
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: bazel-contrib/setup-bazel@0.9.1
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
- name: Run integration tests
run: |
gpg --import examples/release_with_secrets/pgp/sops_functional_tests_key.asc
bazel test //... --config=ci