Bläddra i källkod

network tests: renamed package

Mokhtar Naamani 4 år sedan
förälder
incheckning
6881dc305a
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2 2
      .github/workflows/network-tests.yml
  2. 2 2
      .github/workflows/run-network-tests.yml

+ 2 - 2
.github/workflows/network-tests.yml

@@ -17,7 +17,7 @@ jobs:
     - name: checks
       run: |
         yarn install --frozen-lockfile
-        yarn workspace joystream-testing checks
+        yarn workspace network-tests checks
 
   network_build_osx:
     name: MacOS Checks
@@ -34,4 +34,4 @@ jobs:
     - name: checks
       run: |
         yarn install --frozen-lockfile --network-timeout 120000
-        yarn workspace joystream-testing checks
+        yarn workspace network-tests checks

+ 2 - 2
.github/workflows/run-network-tests.yml

@@ -17,10 +17,10 @@ jobs:
       - name: Install packages and dependencies
         run: yarn install --frozen-lockfile
       - name: Ensure tests are runnable
-        run: yarn workspace joystream-testing build
+        run: yarn workspace network-tests build
       - name: Configure block production to 2000ms (fatser tests)
         run: ./scripts/alter-block-creation-time.sh
       - name: Build and start chain
         run: docker-compose --file devops/dockerfiles/node-and-runtime/docker-compose.yml up -d
       - name: Execute network tests
-        run: yarn workspace joystream-testing test
+        run: yarn workspace network-tests test