Skip to content

test: add integration tests for "pebble run" #1

test: add integration tests for "pebble run"

test: add integration tests for "pebble run" #1

name: Integration Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
name: tests
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Run tests
run: go test -count=1 -tags=integration ./tests/