From c27d20b16127020ab4fa3b5cf0e149a94eb9b002 Mon Sep 17 00:00:00 2001 From: "Gustavo A. Salazar" Date: Wed, 24 Mar 2021 15:08:52 +0000 Subject: [PATCH] pointing to the ci configuration --- .github/workflows/test.yml | 2 +- {travis => ci}/configuration.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {travis => ci}/configuration.yaml (100%) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 19b1ddd5b..7aaf9be94 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: mysql password: secret - name: ⚙️ - Configure environment run: | - EMG_CONFIG=$TRAVIS_BUILD_DIR/travis/configuration.yaml + EMG_CONFIG=./ci/configuration.yaml python -V - name: 🔧 - Install Dependencies run: | diff --git a/travis/configuration.yaml b/ci/configuration.yaml similarity index 100% rename from travis/configuration.yaml rename to ci/configuration.yaml