github.com/senomas/gqlgen@v0.17.11-0.20220626120754-9aee61b0716a/.github/workflows/check-federation (about)

     1  #!/bin/bash
     2  
     3  set -euo pipefail
     4  
     5  cd _examples/federation
     6  
     7  ./start.sh &
     8  
     9  sleep 10
    10  
    11  echo "### running jest integration spec"
    12  ./node_modules/.bin/jest --color
    13