ci: add build and unit test pipeline #17

Merged
TapTap merged 9 commits from actions into main 2026-07-18 15:52:07 +02:00
Showing only changes of commit cc09bedc07 - Show all commits
+1 -1
View File
@@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
container: gitea.tap-tap.win/taptap/fastsync-ci:latest
container: gitea.tap-tap.win/taptap/fastsync-ci:v2
steps:
- name: Checkout
uses: actions/checkout@v4