Skip to content

Commit

Permalink
Títulos renomeados
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaeldutra committed Apr 1, 2023
1 parent 2fae722 commit c61c982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: checkout
uses: actions/checkout@v3

- name: container-up
- name: Container is up
run: |
cp -av .env.config.example .env.config || echo "Arquivo não encontrado"
Expand All @@ -23,7 +23,7 @@ jobs:
--env-file=$(pwd)/clients/client1-example/.env.common \
run --rm docker-dev
- name: test-function
- name: Test simple function
run: |
cp -av .env.config.example .env.config || echo "Arquivo não encontrado"
Expand Down

0 comments on commit c61c982

Please sign in to comment.