Skip to content

Commit

Permalink
Solve issue in ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 19, 2024
1 parent b2eda66 commit 3c5e74d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- run: echo "METACALL_INSTALL_CERTS=certificates_local" >> $GITHUB_ENV

- name: Tests
run: ./test.sh

Expand All @@ -20,5 +17,6 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v2
- run: echo "METACALL_INSTALL_CERTS=certificates_remote" >> $GITHUB_ENV
- name: Tests
run: ./test.sh

0 comments on commit 3c5e74d

Please sign in to comment.