Skip to content

Commit

Permalink
rewrite test only functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chinelo-obitube authored and chinelo-obitube committed Jul 10, 2024
1 parent 89e62d2 commit 73057f5
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,25 @@ jobs:
functional_tests:
runs-on: ubuntu-latest

env:
RECORD_RUNTIME: true
LC_ALL: C.UTF-8
LANG: C.UTF-8
LANGUAGE: C.UTF-8
PATH: /root/.local/bin:$PATH

outputs:
image: ${{ steps.build-image.outputs.image }}
# env:
# RECORD_RUNTIME: true
# LC_ALL: C.UTF-8
# LANG: C.UTF-8
# LANGUAGE: C.UTF-8
# PATH: /root/.local/bin:$PATH

# outputs:
# image: ${{ steps.build-image.outputs.image }}

steps:
- uses: actions/checkout@v4
- 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: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 73057f5

Please sign in to comment.