Skip to content

Commit

Permalink
remove grep
Browse files Browse the repository at this point in the history
  • Loading branch information
Anzhuo-W authored Nov 10, 2024
1 parent c3151bb commit 959365d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
curl 'http://localhost:4000' \
-X POST -H 'content-type: application/json' \
--data '{"query":"query { search(termId: \"202430\", query:\"CS3500\") { nodes { ... on ClassOccurrence { name sections { profs } } } } }"}' \
-v --silent --stderr - | tee - | grep "TBA"
-v --silent --stderr - | tee - | jq -S "." > debug.txt
- name: Check that CS3500 was populated in Elasticsearch (ie. don't use the course code)
run: |-
Expand Down

0 comments on commit 959365d

Please sign in to comment.