Skip to content

chore(deps): bump webiny/action-conventional-commits from 1.3.1 to 1.4.2 in the github-actions group across 1 directory #498

chore(deps): bump webiny/action-conventional-commits from 1.3.1 to 1.4.2 in the github-actions group across 1 directory

chore(deps): bump webiny/action-conventional-commits from 1.3.1 to 1.4.2 in the github-actions group across 1 directory #498

Workflow file for this run

---
name: "Test"
on:
push:
branches:
- "main"
pull_request:
branches: ["*"]
# NOTE: this is required for checks to be run in the
# merge queue.
merge_group:
types:
- "checks_requested"
jobs:
tests:
name: "Unit and Integration Tests"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v6"
- uses: "authzed/actions/setup-go@main"
- uses: "authzed/action-spicedb@v1"
with:
version: "latest"
- name: "Run tests"
run: "go test ./..."