Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Lopez <[email protected]>
  • Loading branch information
jLopezbarb committed Sep 9, 2024
1 parent e5ea5d0 commit 07c0c97
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ jobs:
url: ${{ secrets.OKTETO_URL }}
- name: checkout
uses: actions/checkout@master
- name: "Set multi-line env vars"
run: |
echo "MY_VAR<<EOF" >> $GITHUB_ENV
echo "This is line 1" >> $GITHUB_ENV
echo "This is line 2" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV

- name: "Run tests"
environment:
GITHUB_MULTILINE: ${{ env.MY_VAR }}
uses: okteto/test@latest
with:
tests: "worker"
Expand Down

0 comments on commit 07c0c97

Please sign in to comment.