Skip to content

Commit

Permalink
Merge pull request #24 from Frankie0702111/feature/queue
Browse files Browse the repository at this point in the history
Remove the SSL certificate from the test.yaml file.
  • Loading branch information
Frankie0702111 authored Sep 4, 2024
2 parents 51b0f1a + cc0eba6 commit 3075648
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
cp ./app.env.example ./app.env
cp ./internal/config/env.go.example ./internal/config/env.go
- name: Set up SSL certificate
run: |
mkdir -p internal/config/certs
echo "${{ secrets.RDS_CA_CERT }}" > internal/config/certs/rds-ca-2019-root.pem
# - name: Set up SSL certificate
# run: |
# mkdir -p internal/config/certs
# echo "${{ secrets.RDS_CA_CERT }}" > internal/config/certs/rds-ca-2019-root.pem

- name: Run tests
env:
RDS_CA_CERT: ${{ secrets.RDS_CA_CERT }}
# env:
# RDS_CA_CERT: ${{ secrets.RDS_CA_CERT }}
run: make go-test-ci

0 comments on commit 3075648

Please sign in to comment.