Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
mplatt8 authored May 28, 2024
1 parent 2c7cf5d commit 2a88b44
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
jobs:
build-macos:
runs-on: macos-latest
env:
RPC_USER: "L2L"
RPC_PASSWORD: "drivechain"
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -123,12 +120,6 @@ jobs:
chmod +x ./scripts/drivechainintegration.sh || echo "Drivechain script not found, skipping chmod"
chmod +x ./scripts/functions.sh || echo "Function scrript not found, skipping chmod"
chmod +x ./scripts/config.sh || echo "Config script not found, skipping chmod"
- name: Create drivechain configuration file
run: |
mkdir -p ~/.drivechain/
echo "rpcuser=${{ env.RPC_USER }}" > ~/.drivechain/drivechain.conf
echo "rpcpassword=${{ env.RPC_PASSWORD }}" >> ~/.drivechain/drivechain.conf
echo "server=1" >> ~/.drivechain/drivechain.conf

- name: Run Tests
run: ./scripts/drivechainintegration.sh || echo "Script not found, skipping tests"
Expand Down

0 comments on commit 2a88b44

Please sign in to comment.