script: metadata update (#283)
This commit is contained in:
committed by
GitHub
parent
e3b49f1a29
commit
5e6971cc7a
3
.github/workflows/metadata.yml
vendored
3
.github/workflows/metadata.yml
vendored
@@ -19,8 +19,7 @@ jobs:
|
||||
- name: Bootstrap
|
||||
run: ./script/bootstrap
|
||||
- name: Update Package Metadata
|
||||
working-directory: tests/thirdparty
|
||||
run: go test -v -run Metadata -update -net -prjs projects.json
|
||||
run: ./script/metadata
|
||||
- name: Diff
|
||||
run: git diff
|
||||
- name: Generate
|
||||
|
||||
4
script/metadata
Executable file
4
script/metadata
Executable 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
|
||||
Reference in New Issue
Block a user