Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Bump github.com/onsi/gomega from 1.34.0 to 1.34.2 #12

Bump github.com/onsi/gomega from 1.34.0 to 1.34.2

Bump github.com/onsi/gomega from 1.34.0 to 1.34.2 #12

name: Test Pull Request
on:
pull_request:
branches:
- main
jobs:
smoke:
name: Smoke Test
runs-on: ubuntu-22.04
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 'stable'
- name: Checkout
uses: actions/checkout@v3
- name: Run Smoke Tests
run: ./scripts/smoke.sh
upload:
name: Upload Workflow Event Payload
runs-on: ubuntu-22.04
steps:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: event-payload
path: ${{ github.event_path }}