From 100425870d817ce3468653b74f58b9a9a923b25a Mon Sep 17 00:00:00 2001 From: chinelo-obitube Date: Wed, 10 Jul 2024 19:59:15 +0200 Subject: [PATCH] rewrite test only functional tests --- .github/workflows/test.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 162116c295..9302ed4c2a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,6 +35,9 @@ jobs: export LANG=C.UTF-8 export LANGUAGE=C.UTF-8 export PATH=/root/.local/bin:$PATH + rm -rf tmp/cache tmp/cache1 tmp/cache2 tmp/cache3 tmp/cache4 tmp/cache5 && mkdir -p tmp/cache tmp/cache1 + tmp/cache2 tmp/cache3 tmp/cache4 tmp/cache5 + - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4 @@ -54,11 +57,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Cache files - run: | - rm -rf tmp/cache tmp/cache1 tmp/cache2 tmp/cache3 tmp/cache4 tmp/cache5 && mkdir -p tmp/cache tmp/cache1 - tmp/cache2 tmp/cache3 tmp/cache4 tmp/cache5 - + - name: Copy configuration files run: | cp config/config.yml.example config/config.yml