Skip to content

refactor CreateUniqueLambdaName #12

refactor CreateUniqueLambdaName

refactor CreateUniqueLambdaName #12

Workflow file for this run

name: macosx
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build_with_bazel:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Build
# Build all program
working-directory: ${{github.workspace}}
run: bazel build ...
- name: Test
# Execute tests
working-directory: ${{github.workspace}}
run: bazel test --test_output=errors ...