This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
Build on branch MARP-59-Migrate-the-Marketplace-from-Ivyteam-Jenkins-to-Github triggered by tutn-axonivy #48
Workflow file for this run
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
name: Build | |
run-name: Build on branch ${{github.ref_name}} triggered by ${{github.actor}} | |
on: | |
push: | |
branches: | |
- MARP-59-Migrate-the-Marketplace-from-Ivyteam-Jenkins-to-Github | |
jobs: | |
build: | |
runs-on: ["ubuntu-20.04"] | |
steps: | |
- uses: actions/checkout@v3 | |
# - name: Composer install | |
# shell: sh | |
# run: | | |
# composer install --no-dev --no-progress | |
# tar -cf ivy-website-market.tar --exclude=src/web/_market --exclude=src/web/market-cache src vendor | |
# - name: Archive build artifact | |
# uses: actions/upload-artifact@v3 | |
# with: | |
# name: ivy-website-market.tar | |
# path: | | |
# ivy-website-market.tar | |
# - name: Run test | |
# shell: sh | |
# run: | | |
# composer install --no-progress | |
# ./vendor/bin/phpunit --log-junit phpunit-junit.xml || exit 0 | |
# - name: Public test report | |
# uses: mikepenz/action-junit-report@v4 | |
# if: success() || failure() # always run even if the previous step fails | |
# with: | |
# report_paths: "**/phpunit-junit.xml" | |
# - name: Editor checker | |
# uses: editorconfig-checker/action-editorconfig-checker@main | |
- uses: appleboy/[email protected] | |
with: | |
host: ${{ secrets.HOST }} | |
username: ${{ secrets.SSH_USERNAME }} | |
key: ${{ secrets.SSH_PRIVATE_KEY }} | |
script: | | |
whoami | |
ls -al |