Skip to content

Commit

Permalink
testing actions4
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan8456 committed Feb 16, 2024
1 parent ec2f3d3 commit ba6438f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
with:
distribution: "temurin"
java-version: "17"

- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
# Install ruby
# https://github.com/ruby/setup-ruby
- uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -62,10 +65,9 @@ jobs:
- name: Checkout
shell: bash
run: |
cd ./tofsh
ls
./job.sh
ls
cd ..
cp -r ./tofsh/output/ .
gofsh /
Expand Down

0 comments on commit ba6438f

Please sign in to comment.