Skip to content

feat: add special card for devpad api input #160

feat: add special card for devpad api input

feat: add special card for devpad api input #160

Workflow file for this run

name: Run Tests
on:
push:
branches-ignore:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '>=1.21' # Use the Go version you need
cache-dependency-path: src/go.sum
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Build Server
run: make build-coverage
- name: Run Tests
run: make test
- name: Server Logs
run: cat server.log