Skip to content

Commit

Permalink
Merge pull request #68 from dieghernan/main
Browse files Browse the repository at this point in the history
Grid working again
  • Loading branch information
dieghernan authored Feb 23, 2022
2 parents 1257715 + b08b8b2 commit 3015f5e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/update-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
on:
push:
branches:
- main
- master
workflow_dispatch:

name: update-docs
Expand Down
2 changes: 0 additions & 2 deletions tests/testthat/test-esp_get_grid_EEA.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ test_that("Errors", {
test_that("EEA grid online", {
skip_on_cran()
skip_if_siane_offline()
skip_on_ci()
skip_on_covr()

expect_message(
esp_get_grid_EEA(
Expand Down
2 changes: 0 additions & 2 deletions tests/testthat/test-esp_get_grid_ESDAC.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ test_that("Errors", {
test_that("ESDAC grid online", {
skip_on_cran()
skip_if_siane_offline()
skip_on_ci()
skip_on_covr()

expect_message(
esp_get_grid_ESDAC(
Expand Down

0 comments on commit 3015f5e

Please sign in to comment.