Skip to content

Commit

Permalink
run action
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadiii committed Mar 28, 2024
1 parent bd566f1 commit 303f978
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,33 @@ jobs:
- name: Get previous configuration step response
continue-on-error: true
run: echo "${{ steps.config.outputs.COMMAND_RESPONSE}}"

- name: List ls
run: ls -all

- name: List ls runner
run: ls /home/runner

- name: List Flagship
run: ls flagship

- name: List Flagship internal
run: ls .flagship

- name: Run flagship version
run: flagship/1.0/flagship version

- name: mkdir
run: mkdir /home/runner/.flagship

- name: mkdir
run: mkdir /home/runner/.flagship/configurations

- name: Run flagship configuration
working-directory: /home/runner/work/flagship-action/flagship-action
run:
flagship/1.0.2/flagship configuration create -n config-name-1 -i
ciAction -s csAction -a aAction -e eAction

- name: Run flagship configuration
run: flagship/1.0.2/flagship configuration list

0 comments on commit 303f978

Please sign in to comment.