Skip to content

Updating functional_tests.yml and unit_tests.yml #10

Updating functional_tests.yml and unit_tests.yml

Updating functional_tests.yml and unit_tests.yml #10

Workflow file for this run

name: test
on:
push:
branches:
- wip-test-branch
jobs:
your_job:
runs-on: ubuntu-latest
steps:
- name: Example Step
env:
YOUR_SECRET: ${{ secrets.NUXEO_DOCKER_USER }}
run: |
echo "$YOUR_SECRET" > WEBUI_ACCESS_TOKEN_PERSONAL.txt
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: WEBUI_ACCESS_TOKEN_PERSONAL.txt