Skip to content

Commit

Permalink
Improve workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Mar 11, 2024
1 parent e8d4eb5 commit 9c4f2b5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: integration.app
name: Integration tests

#This workflow will install Pillar and Latex and launch only the integration tests. Those tests are running archetypes and requiring Latex.

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -60,4 +62,4 @@ jobs:
echo "SMALLTALKCIBUILD: " ${SMALLTALK_CI_BUILD}
mkdir -p ${SMALLTALK_CI_BUILD}
cp -R archetypes ${SMALLTALK_CI_BUILD}/
smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-image }} .smalltalk.Integration.App.ston
smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-image }} .smalltalk.Integration.ston
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: system
name: Test archetype

# Use the pillar script to install pillar and build the test archetype.

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/unit.app.yml → .github/workflows/unit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: unit.app
name: Unit tests (without integration)

#This workflow will load Pillar and launch all tests except the integration tests that are using archetypes and requiring latex.

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -15,6 +17,6 @@ jobs:
id: smalltalkci
with:
smalltalk-image: Pharo64-11
- run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-image }} .smalltalk.Unit.App.ston
- run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-image }} .smalltalk.Unit.ston
shell: bash
timeout-minutes: 15
File renamed without changes.
File renamed without changes.

0 comments on commit 9c4f2b5

Please sign in to comment.