Skip to content

Break out openfaas-ce app and support values.yaml files overrides #2551

Break out openfaas-ce app and support values.yaml files overrides

Break out openfaas-ce app and support values.yaml files overrides #2551

Workflow file for this run

name: e2e-url-checker
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- '*'
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@master
with:
go-version: 1.24.x
- name: Run URL checker tests
run: make e2e