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 73057f5 commit d9394ab
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9394ab

Please sign in to comment.