Skip to content

fix: fix node temp dir issue #26

fix: fix node temp dir issue

fix: fix node temp dir issue #26

Workflow file for this run

name: omniflixhub-tests
on:
pull_request:
branches:
- "main"
- "v[0-9]**"
push:
branches:
- "main"
- "v[0-9]**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.22.x
- run: go test ./...