Skip to content

Commit

Permalink
fix: enable custom RequestsLibrary
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavploaia committed Mar 15, 2024
1 parent 5cdef98 commit 284b91c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mvp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and push mvp
on:
push:
branches:
- 'feature/new'
- 'feature/CDR-1332'

jobs:
build-docker-image:
Expand Down Expand Up @@ -44,5 +44,5 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-mvp
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-mvp-1332
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion tests/robot/_resources/suite_settings.robot
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Library libraries/dockerlib.py
Library libraries/jsonlib.py
Library libraries/token_decoder.py
Library libraries/composition_validation_lib.py
#Library libraries/custom_requests_lib.py WITH NAME RCustom
Library libraries/custom_requests_lib.py WITH NAME RCustom
Library variables/get_global_configs.py
Variables variables/additional_configs.yml

Expand Down

0 comments on commit 284b91c

Please sign in to comment.