File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -34,21 +34,18 @@ jobs:
3434 uses : grafana/k6-action@v0.3.1
3535 with :
3636 filename : k6/load-tests/graphql/components.js
37- flags : --env ENV=${{ env.ENV }} --env ENABLE_GQL_SERVER_SIDE_CACHE=${{
38- env.ENABLE_GQL_SERVER_SIDE_CACHE }}
37+ flags : --env ENV=${{ env.ENV }} --env ENABLE_GQL_SERVER_SIDE_CACHE=${{ env.ENABLE_GQL_SERVER_SIDE_CACHE }}
3938
4039 - name : Testing GraphQL - Observations
4140 if : always()
4241 uses : grafana/k6-action@v0.3.1
4342 with :
4443 filename : k6/load-tests/graphql/observations.js
45- flags : --env ENV=${{ env.ENV }} --env ENABLE_GQL_SERVER_SIDE_CACHE=${{
46- env.ENABLE_GQL_SERVER_SIDE_CACHE }}
44+ flags : --env ENV=${{ env.ENV }} --env ENABLE_GQL_SERVER_SIDE_CACHE=${{ env.ENABLE_GQL_SERVER_SIDE_CACHE }}
4745
4846 - name : Testing HAR - Edition
4947 if : always()
5048 uses : grafana/k6-action@v0.3.1
5149 with :
5250 filename : k6/load-tests/har/${{ env.ENV }}/edition.js
53- flags : --env ENABLE_GQL_SERVER_SIDE_CACHE=${{
54- env.ENABLE_GQL_SERVER_SIDE_CACHE }}
51+ flags : --env ENABLE_GQL_SERVER_SIDE_CACHE=${{ env.ENABLE_GQL_SERVER_SIDE_CACHE }}
You can’t perform that action at this time.
0 commit comments