We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e548b99 commit 5a3e4b3Copy full SHA for 5a3e4b3
.github/workflows/ci.yml
@@ -133,6 +133,8 @@ jobs:
133
path: dev/environment
134
export-variables: true
135
keys-case: upper
136
+ - name: Install jq
137
+ run: apt-get update && apt-get install -y jq
138
- name: Check Database
139
run: bin/db-check
140
env:
bin/db-check
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-set -e
+set -ex
3
4
# When on GitHub Actions, if a label is present on the PR, skip the check.
5
if [ -n "$GITHUB_ACTIONS" ]; then
0 commit comments