Skip to content

add branch

add branch #3

Workflow file for this run

name: Cli e2e tests
on:
push:
branches:
- "feat/plan-artefacts-gcp-implementation"
pull_request:
types: [opened, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Download Go
uses: actions/setup-go@v5
with:
go-version: 1.21.1
id: go
- id: 'gcp auth'

Check failure on line 22 in .github/workflows/cli_test_e2e.yml

View workflow run for this annotation

GitHub Actions / Cli e2e tests

Invalid workflow file

The workflow is not valid. .github/workflows/cli_test_e2e.yml (Line: 22, Col: 13): The identifier 'gcp auth' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
uses: 'google-github-actions/auth@v1'
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
create_credentials_file: true
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Deps
run: |
pwd
go get -v ./...
working-directory: cli_e2e
- name: Build
run: |
pwd
go build -v ./cmd/digger
working-directory: cli_2e2
- name: Test
run: go test -v ./...
working-directory: cli_e2e
env:
GOOGLE_STORAGE_BUCKET: