Skip to content

Korrigiere den Pfad zum Bazel-Umgebungsmodul in der BUILD-Datei #19

Korrigiere den Pfad zum Bazel-Umgebungsmodul in der BUILD-Datei

Korrigiere den Pfad zum Bazel-Umgebungsmodul in der BUILD-Datei #19

Workflow file for this run

# name: CI
# on: [push, pull_request]
# jobs:
# test:
# # virtual environments: https://github.com/actions/virtual-environments
# runs-on: macos-12
# steps:
# # Checks-out your repository under $GITHUB_WORKSPACE, which is the CWD for
# # the rest of the steps
# - uses: actions/checkout@v3
# # test
# - name: Test the code (unit tests)
# run: bazel test //tests:all