ci: don't trigger test/build gh action when changes on examples directory

This commit is contained in:
Pierre-Louis Mercereau
2020-05-04 21:55:45 +02:00
parent 4980cb905b
commit 2e1a1ad049
2 changed files with 3 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ export HASURA_GRAPHQL_ADMIN_SECRET=<your Hasura Admin secret>
docker-compose up -d
```
Everything is now up and running. HBP is listening to `http://localhost:3000` and Hasura Graphql Engine is listening to `http://localhost:8080`.
Everything shoudl be up and running. HBP is listening to `http://localhost:3000` and Hasura Graphql Engine is listening to `http://localhost:8080`.
You can then run the Hasura Console in following the [official instructions](https://hasura.io/docs/1.0/graphql/manual/hasura-cli/hasura_console.html).