Skip to content

Commit

Permalink
Repo Housekeeping (#2615)
Browse files Browse the repository at this point in the history
* update pkgs

* Repo Tidy Up

* Rollback solc

* bunify dev-tests

* removed bun

* remove bun lock

* restore dev tests
  • Loading branch information
timbrinded authored Jan 12, 2024
1 parent 536adcc commit efd724e
Show file tree
Hide file tree
Showing 359 changed files with 958 additions and 669,433 deletions.
108 changes: 0 additions & 108 deletions .github/workflow-templates/typescript-tests/action.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,27 +397,6 @@ jobs:
# --max-time 30 \
# -d@test/tmp/testResults.json || echo "Curl command failed but continuing"

typescript-tests:
runs-on:
labels: bare-metal
needs: ["set-tags", "build"]
env:
BINARY_PATH: "../build/moonbeam"
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ needs.set-tags.outputs.git_ref }}
- uses: actions/download-artifact@v3.0.2
with:
name: moonbeam
path: build
- name: Typescript Tests (Dev Service)
uses: ./.github/workflow-templates/typescript-tests
with:
moonbeam-binary: build/moonbeam
timeout: 30000

typescript-tracing-tests:
if: >
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
Expand Down
8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@
# Spec/Wasm build directory
/build/

# Generated test specs
/archived_tests/moonbeam-test-specs/*.json
/archived_tests/binaries
/archived_tests/runtimes
/archived_tests/specs
/archived_tests/build
/archived_tests/rococo*.json

# Moonbeam-Launch
*.log
tools/specFiles
Expand Down
3 changes: 0 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ test/tsconfig.json
# Spec/Wasm build directory
/build/

# Generated test specs
/archived_tests/moonbeam-test-specs/*.json

# Moonbeam-Launch
*.log
tools/specFiles
Expand Down
2 changes: 0 additions & 2 deletions archived_tests/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions archived_tests/.mocharc.json

This file was deleted.

8 changes: 0 additions & 8 deletions archived_tests/README.md

This file was deleted.

Loading

0 comments on commit efd724e

Please sign in to comment.