diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9687315d3..b158fb7bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,9 +55,7 @@ jobs: # Unit Tests - name: backend | unit tests - run: docker run --rm ocelotsocialnetwork/backend:build yarn run test - env: - MAPBOX_TOKEN: "123ABC" + run: docker run --env MAPBOX_TOKEN=123ABC --rm ocelotsocialnetwork/backend:build yarn run test ########################################################################## # WEBAPP #################################################################