Skip to content

Commit

Permalink
test robot
Browse files Browse the repository at this point in the history
  • Loading branch information
zostaw committed Oct 24, 2023
1 parent be2c312 commit 9d598b1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,13 @@ jobs:
--no-parent -P downloaded-site https://localhost:8080
- name: Execute tests
uses: joonvena/[email protected]
with:
browser: chrome
network: my-network
run: |
docker run --network=my-network --shm-size=1g -e BROWSER=chrom -v $WORKSPACE/robot-tests:/opt/robotframework/tests:Z -v $WORKSPACE/robot-reports:/opt/robotframework/reports:Z ppodgorsek/robot-framework:latest
# - name: Execute tests
# uses: joonvena/[email protected]
# with:
# browser: chrome
- name: Upload test results
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 9d598b1

Please sign in to comment.