Skip to content

Commit

Permalink
more CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenpo committed Oct 21, 2021
1 parent d61423a commit 2ce8c05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ jobs:
mkdir -p ias_keys/develop
echo "not_a_key" > ias_keys/develop/spid.txt
echo "not_a_key" > ias_keys/develop/api_key.txt
mkdir -p ias_keys/production
echo "not_a_key" > ias_keys/production/spid.txt
echo "not_a_key" > ias_keys/production/api_key.txt
go get -u github.com/jteeuwen/go-bindata/...
make bin-data
- name: Install xgo
Expand Down

0 comments on commit 2ce8c05

Please sign in to comment.