Run e2e tests when pusing to main and bump actions to the latest

This commit is contained in:
Volodymyr Zotov
2025-09-11 11:16:47 -05:00
parent 460742869b
commit d8734c9ae3

View File

@@ -1,6 +1,8 @@
name: Test E2E
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
branches: ['**'] # run for PRs targeting any branch (main and others)
@@ -14,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version-file: go.mod