Skip to content

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 in the ci group #175

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 in the ci group

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 in the ci group #175

Workflow file for this run

---
name: e2e-gitlab
"on":
workflow_dispatch:
pull_request:
push:
branches:
- main
tags-ignore: ["*"]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: 'go.mod'
cache: true
- name: Start Provider instances
run: make start-provider-instances-gitlab
- name: Run tests [gitlab]
run: make test-e2e-gitlab