Parcourir la source

fix: key for tests

Yeuoly il y a 1 an
Parent
commit
be0a7e85c4
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      .github/workflows/tests.yml

+ 4 - 1
.github/workflows/tests.yml

@@ -20,11 +20,14 @@ jobs:
     steps:
       - uses: actions/checkout@v2
 
-      - name: Set up Golang 1.20
+      - name: Setup Golang 1.20
         uses: actions/setup-go@v5
         with:
           go-version: '1.20'
 
+      - name: Setup License
+        run: go run cmd/license/generate/main.go
+
       - name: Install dependencies
         run: go mod download