Skip to content

Commit

Permalink
Merge pull request #196 from skalenetwork/enhancement/test-actions
Browse files Browse the repository at this point in the history
Enhancement/test actions
  • Loading branch information
DmytroNazarenko committed Aug 4, 2022
2 parents 02ac546 + 12114a7 commit f3ece2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ venv/
.eslintcache
.nyc_output
coverage

2 changes: 1 addition & 1 deletion scripts/clean_remote_schain.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

ssh -o StrictHostKeyChecking=no "$USER"@"$ENDPOINT" "docker rm -f schain_$PORT"
ssh -o StrictHostKeyChecking=no "$USER"@"$ENDPOINT" "rm -r schains/$PORT"
ssh -o StrictHostKeyChecking=no "$USER"@"$ENDPOINT" "sudo rm -r schains/$PORT"
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ describe('Test FilestorageClient', function () {
});
});

describe.only('test grantAllocatorRole', function () {
describe('test grantAllocatorRole', function () {
describe('Positive tests', function () {
it('should grant allocator role for account', async function () {
let owner = testHelper.getAddress(process.env.SCHAIN_OWNER_PK);
Expand Down

0 comments on commit f3ece2d

Please sign in to comment.