Add e2e tests and rename Burritos to Pasta #8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Context | |
| uses: okteto/context@latest | |
| with: | |
| token: ${{ secrets.OKTETO_TOKEN }} | |
| url: ${{ secrets.OKTETO_CONTEXT }} | |
| - name: Deploy preview environment | |
| uses: okteto/deploy-preview@latest | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| name: pr-${{ github.event.number }}-cindylopez | |
| scope: global |