Skip to content

Test GitHub actions on pull request #4

Test GitHub actions on pull request

Test GitHub actions on pull request #4

Workflow file for this run

name: Test
on: pull_request
jobs:
test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
uses: docker://gcr.io/cloud-builders/bazel:5.4.0
entrypoint: bash

Check failure on line 16 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 16, Col: 9): Unexpected value 'entrypoint'
with:
args: ./scripts/run_tests