From d9394ab164d6a571c5c41c198013b0e1a2fec18b Mon Sep 17 00:00:00 2001 From: chinelo-obitube Date: Wed, 10 Jul 2024 19:55:47 +0200 Subject: [PATCH] rewrite test only functional tests --- .github/workflows/test.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 550645ff22..b9875c101e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,11 +27,13 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - run: export RECORD_RUNTIME=true - - run: export LC_ALL=C.UTF-8 - - run: export LANG=C.UTF-8 - - run: export LANGUAGE=C.UTF-8 - - run: export PATH=/root/.local/bin:$PATH + - name: set up env + run: | + export RECORD_RUNTIME=true + export LC_ALL=C.UTF-8 + export LANG=C.UTF-8 + export LANGUAGE=C.UTF-8 + export PATH=/root/.local/bin:$PATH - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4