Korrigiere den Pfad zum Bazel-Umgebungsmodul in der BUILD-Datei #19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 | |