Skip to content

[DPA-1069] feat: add changesets sync action #20

[DPA-1069] feat: add changesets sync action

[DPA-1069] feat: add changesets sync action #20

name: pull-request-main
on:
merge_group:
pull_request:
branches:
- main
jobs:
ci-test:
name: Tests
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
actions: read
steps:
- name: Build and test
uses: smartcontractkit/.github/actions/ci-test-go@7a4d99cb349ea8f25195d2390d157942031f8a57
with:
go-test-cmd: go test -coverprofile=coverage.txt $(go list ./pkg/...)
use-go-cache: true