Przeglądaj źródła

fix: key for tests

Yeuoly 1 rok temu
rodzic
commit
be0a7e85c4
1 zmienionych plików z 4 dodań i 1 usunięć
  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