script: metadata update (#283)

This commit is contained in:
Michael McLoughlin
2022-05-08 16:10:23 -07:00
committed by GitHub
parent e3b49f1a29
commit 5e6971cc7a
2 changed files with 5 additions and 2 deletions

View File

@@ -19,8 +19,7 @@ jobs:
- name: Bootstrap - name: Bootstrap
run: ./script/bootstrap run: ./script/bootstrap
- name: Update Package Metadata - name: Update Package Metadata
working-directory: tests/thirdparty run: ./script/metadata
run: go test -v -run Metadata -update -net -prjs projects.json
- name: Diff - name: Diff
run: git diff run: git diff
- name: Generate - name: Generate

4
script/metadata Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash -ex
# Run metadata test in update mode.
go test ./tests/thirdparty/ -v -run Metadata -args -update -prjs projects.json -net