-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from paguilera/master
Updating Github Workflow
- Loading branch information
Showing
1 changed file
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ on: | |
|
||
jobs: | ||
run-localstack-and-robot: | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
@@ -24,11 +24,11 @@ jobs: | |
- name: Start Localstack docker | ||
working-directory: ./localstack | ||
run: | | ||
docker-compose up -d | ||
docker compose up -d | ||
- name: Wait for LocalStack to be ready | ||
run: sleep 10 | ||
- name: Set up Python 3.10 | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
env: | ||
ROBOT_TESTS_DIR: ${{ github.workspace }}/Tests | ||
ROBOT_REPORTS_DIR: ${{ github.workspace }}/reports | ||
|
@@ -40,7 +40,7 @@ jobs: | |
- name: Run Robot Framework | ||
run: robot -d ./reports ./tests/robot | ||
- name: Upload test results | ||
uses: actions/upload-artifact@v1 | ||
uses: actions/upload-artifact@v4 | ||
if: always() | ||
with: | ||
name: robot_reports | ||
|
@@ -49,14 +49,16 @@ jobs: | |
generate-robot-report: | ||
if: always() | ||
needs: [ run-localstack-and-robot ] | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Download reports | ||
uses: actions/download-artifact@v1 | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: robot_reports | ||
- name: Display structure of downloaded files | ||
run: ls -R . | ||
- name: Send report to commit | ||
uses: joonvena/[email protected] | ||
with: | ||
gh_access_token: ${{ secrets.GITHUB_TOKEN }} | ||
report_path: /robot_reports | ||
report_path: . |
8a57f6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Robot Results
Passed Tests
Cloudwatch
Cloudwatch
Dynamo
Dynamo
Dynamo
Dynamo
Dynamo
Dynamo
Dynamo
S3
S3
S3
S3
S3
S3
S3
Sqs
Sqs
Sqs
Sqs